- Home /
Will Semi Transparent mesh with several folds of geometry sort correctly?
If you have say several semi transparent walls in front of you at different distances, but all are within a single mesh, how will Unity sort these faces? Will they appear in order?
Answer by Cherno · Jun 27, 2015 at 11:21 PM
No, they won't (necessarily) appear in order. You have to use different meshes. An example would be windows of a house: If the windows are part of the house mesh, and they have a transparent texture, then it's possible that they get drawn through walls (if the wall is between the window and the camera).
Your answer
Follow this Question
Related Questions
Z-priming alpha-per-vertex 0 Answers
Transparent terrain shader not working 2 Answers
Altering color / alpha on a Game Object 1 Answer
Object not effected by transparent object in front 1 Answer
Remove white edges on texture help 2 Answers