-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Suggestion ;
Added to the Editor_CreateLevel TileSize variable to adapt Objects Size.
New Ideas:
- Parent and group automatically by objects name on the editor.
if (LevelPalette && LevelPalette.color2prefab.Count > 0) { foreach (var colorito in LevelPalette.color2prefab) { var tempoleches = new GameObject(colorito.prefab.name); tempoleches.transform.SetParent(parent.transform); } }
2.Create a new tool to assign colors to determinate the "layer" or type of objects, Statics, interactable,
Metadata
Metadata
Assignees
Labels
No labels