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.