Greetings!
I am looking around for different solutions in solving a challenge that is ahead of me.
I am looking for a way to handle multiple floors in a top-down 2D world environment, but I am a little short on ideas how to do that. I am not looking for a complete script or anything like that - just looking for a tip or two
The idea I am kinda working towards (without consulting the forum) is to use the “Layers” (not sorting layers) and somehow specify that “Floor 1” Layer and “Floor 2” Layer are exclusive. Which means everything on “Floor 1” layer will be unable to interact with anything on “Floor 2” - but I am not sure if this is a good way of handling it.
Another idea was to create separate buildings with its own triggers - so that when I enter it, it will instantiate the “building” and its floors for that player, and use triggers to change the player and cameras Z position when going up or down.
Again; I am not sure if this would be a good way of handling it.
Any and all suggestions in how to handle this challenge will be much appreciated!
In case you are curious; this is the project I am working on.