#Y-Sort Not Working as Expected
8 messages · Page 1 of 1 (latest)
yeah every node in the scene tree here has y-sort enabled
hmm perhaps it doesn't actually have it. I closed that scene that was unsaved so had to remake it and made sure the root node had y-sort enable and it worked. This is a simplified example so I do wonder if somewhere in my scene tree I have a node that is not y-sorted in my game. I will investigate. Thank you!
So it appears it was not working because the parent of these nodes wasn't a node 2d with y-sort enabled but just a node (which doesn't have y-sort)
I was trying to use the Node type as a "group" to organize my scene tree but ill have to settle with the node 2d doing the same thing
Thank you!