I just started learning Godot, but can't find an answer to this question. Is there a way to group objects together for organizational purposes only? I want to retain the Y-Sort, but organize groups of objects. Is this possible?
y-sort within a y-sort?
Well... that was simple enough. I assumed the entire node would be Y-Sorted as a single entity. Thanks!
I put them all as children of an empty node to organize them. Then you can just close it off with the little arrow at the side and see what you are doing on the tree. Plus you can use get_children and have them in an array.