Hello Guest

Author Topic: Many tilemaps  (Read 3057 times)

DJVDJV

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
Many tilemaps
« on: September 04, 2014, 07:42:09 am »
Hello,

What is best way to handle multiple optional tilemaps?

I have game where player can enter tilemaps.
Maps is always randomly picked from existing tilemaps.

- Should I have one scene and load optionally map? If so, how i implement this?
- Should I have one scene PER map? (Multiple scenes)  If so, how i implement this?

I am pretty new with tilemaps. So I will be very pleased about examples.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Many tilemaps
« Reply #1 on: September 04, 2014, 09:36:57 am »
One scene per map would be the easiest to do this. Create a tilemap per map, then from your hub scene, Application.LoadLevel the correct scene with your map.