Hey,
I'm having a little trouble with Z-index. I'm working on the "field" part of a game that is RPG. Think of how you move around in old-school Final Fantasy games and the like. Problem is that I need to have access to detailed Z-index functions such as moving an instance's Z-index one down or one up, or placing it in front/behind of a specific object. For example, when the player is in front of a sign, I need to move the sign behind the player and when the player is behind the sign, I need to move the sign in front of the player. These kinda games have many, many objects that the player will walk by in only one layout and this is why objects need to be moved when needed.
I am aware these options aren't available yet and were added to the to do list a long while back, but still haven't been added and I do believe that these are crucial features for a lot of games. Is there a work around for this? Or a plugin that I have missed? I have tried many things but nothing works how I want it to.
Thank you.