-
Notifications
You must be signed in to change notification settings - Fork 11
Procedural Tiles
Lea Hayes edited this page Oct 3, 2017
·
2 revisions
Home | Tilesets | Procedural and Non Procedural Tiles
Procedural tiles are presented using meshes that are procedurally generated on a per chunk basis. These can be painted and erased incredibly quickly and generally incur fewer draw calls than non-procedurally painted tiles.
Whilst game objects are not created for each tile, it is possible to attach game objects by specifying an attachment prefab, see Attach Prefab. Colliders can also be added very easily, see Add Collider.
Source: topics/Procedural-Tiles.md
Copyright © Rotorz Limited. All rights reserved.