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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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"