2D Toolkit Forum
2D Toolkit => Support => Topic started by: DJVDJV on September 18, 2014, 01:24:08 pm
-
I have made multiple tile maps and i got one "combat screen" scene.
Now I want dynamically load random tilemap to scene. What is best way to do this? Any tutorial?
Ps. I do NOT want multiple scenes (1 scene per 1 tilemap)
-
Its slow and generally very inefficient to do this. But since you dont want multiple scenes, create prefabs for each tilemap and Instantiate it.