Is this common practice? Does sound rather inefficient to me...I store geo in components. Why not just use one registry and perhaps disable some components during runtime?
@syntaxed2 Thanks for the comment. Not too sure if it is common practice, but this separates the tilemap editor from the scene itself. They are both running simultaneously, so if you want, you can make adjustments to the tilemap while the scene is running and one does not affect the other unless the scene is run again.. Feel free to make any changes that work for you.
For the engine soon will we be able to do visual scripting or scripting in editor. Love the work your doing
@slobbo Thank you so much! I do hope to eventually get into visual scripting as well; however, we are pretty far from that currently.
Is this common practice? Does sound rather inefficient to me...I store geo in components. Why not just use one registry and perhaps disable some components during runtime?
@syntaxed2 Thanks for the comment. Not too sure if it is common practice, but this separates the tilemap editor from the scene itself. They are both running simultaneously, so if you want, you can make adjustments to the tilemap while the scene is running and one does not affect the other unless the scene is run again..
Feel free to make any changes that work for you.