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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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"