Search Issue Tracker
By Design
Votes
0
Found in
5.2.2p2
Issue ID
744924
Regression
Yes
Transparent plane is drawn behind objects that are closer to the camera on some camera positions
Reproduction steps:
1. Open attached "Experiment" project.
2. Open "test" scene.
3. Double click "Terrain" game object in the hierarchy window.
4. Zoom camera in and out(GIF attached).
Actual result: transparent plane sometimes is drawn behind objects that are closer to the camera.
Expected result: transparent plane is drawn in front of other game objects.
Additional note: same issue can be achieved in the game view when "Capsule" game object is moved around the scene(GIF attached).
Not reproducible with: 4.6.8f1
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
- Inconsistent “Favorites” icon highlight in Unity Hub
Aras
Jan 26, 2016 13:53
By design, user's shaders were using alpha blending without indicating rendering queue. So the render order was "random"