Prominent Well, not sure if this is long since abandoned but I figured I'd ask. I was using this behavior and some of the features seem to be finicky.
For example when I set to Zindex to in front/behind, it doesn't always seem to work. Firstly I'm assuming that say, Zindex=behind means the pinned object should automatically get positioned behind the object it's pinned to, right? However this doesn't always seem to translate to runtime. Am I doing something wrong?
Edit: after messing around for a bit I found that this seems to happen if the objects are on the same layer in the editor. Moving one of the objects to a different layer (again, in the editor, not runtime) seems to correct this for some reason.
Edit 2: in one instance it only seems to work properly if the object being pinned to has Zindex disabled. What I was trying to achieve was something like this:
A is pinned ON TOP of C
B is pinned UNDER A
= B is sandwiched between A and C
This seemed to work correctly when I tested it in a fresh file, but when I tried the same in my main project object B kept getting placed ON TOP of A no matter how much I fiddled with it. However, when I set A's Zindex=disabled, it started working properly. I'm very confused. At least it works lol