Z-sorting sprites - best practice (SOLVED)

Hi guys - I’m finding the z order of my sprites sometimes changes on it’s own.

It seems the default z range is limited to between -1 to 1.

Is there a way to increase these values to give me more “layers”?

Thanks

1 Like

You can have values such as 0.001, 0.002. You can increase the values too - just have to edit your render script to include broader range.

3 Likes

Brilliant, thanks Pkeod!

1 Like