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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
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"