Does anyone have a YSort extention example project? I wonder how to use it
No examples that I know of. Just add the extension, add the behavior to each object you want to sort. As one objects Y position ends up “higher” (further down on the screen as Y starts from the top and goes down), the Z position of that object is moved forward.
Therefor objects further towards the “Top” of the screen are treated as behind objects further towards the bottom.
Edit: Took another look, and the Isometric game example does use YSort, too.