My setup is:
Geometry_1 (Instancing setup, instances: A,B,C)
Geometry_2 (Instancing setup, instances: D,E)
all instances are Rectangles with Texture instancing. Z coordinate for all = 0
Is it possible to somehow set Draw Priority for individual instance, not the parent Geo?
The goal is to render in this order: A,B,D,E,C
I can achieve this by setting Z coordinate for each instance, but the goal is to do this using Draw Priority if possible.