You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One good approach for doing that is to subscribe to the OnTileGameObjectCreated and make whatever modifications are necessary there. But it would be useful, and perhaps a bit more efficient, to let the user provide a template for the creation of the game objects in the first place, rather than modifying them after creation. Unity's prefab system could be a natural way to accomplish this.