2D Toolkit Forum

2D Toolkit => Support => Topic started by: DJVDJV on September 18, 2014, 01:24:08 pm

Title: Multiple tile maps for one scene
Post 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)
Title: Re: Multiple tile maps for one scene
Post by: unikronsoftware on September 19, 2014, 02:58:06 pm
Its slow and generally very inefficient to do this. But since you dont want multiple scenes, create prefabs for each tilemap and Instantiate it.