- Home /
 
Determining render order by position
The question title says it all: Is there a way to determine which order a set of items render based on something like its position on the the y axis?
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by Ashutosh8126 · Sep 29, 2013 at 04:39 PM
Yes you can do that... use material.renderQueue to set a Gameobject's render order... If you want to do it dynamically set the position of the Gameobjects.. and according to their y position set their render queue property...
Your answer