-
Notifications
You must be signed in to change notification settings - Fork 11
Repairing a Tile System
Lea Hayes edited this page Oct 3, 2017
·
2 revisions
Tiles become broken when their data remains yet their game object counterpart is missing. A common cause of this is where tile game objects are deleted instead of being erased.
Ensure that Inspector window is shown by selecting Window | Inspector.
-
Select your tile system.
-
Click Repair... button in tile system inspector.
There are two potential outcomes:
-
No broken tiles were found, thus no further steps remain.
-
Broken tile(s) found and a window similar to the following is displayed:
-
-
Choose from provided options:
-
Repair - Fix broken tiles by repainting with original brush (if still exists).
-
Erase - Erase broken tiles.
-
Cancel - Abort repair.
-
Copyright © Rotorz Limited. All rights reserved.