Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.0f2
Issue ID
1048024
Regression
No
HandleUtility.ApplyWireMaterial(); does not contain Handles.zTest in DotHandleCap method(source code)
To reproduce:
1. Open users attached project "zTest.zip"
2. Open "SampleScene.unity" scene
3. Move the blue cube around
4. Observe as one of the white points is visible through the cube
Expected result: both points are not visible through the cube
Actual result: the point that is using Handles.DotCap function which is obsolete is not visible (correct), but the one with the new function Handles.DotHandleCap can be seen through the cube (incorrect)
Reproduced on:
2017.2.3p1 2017.3.2f1 2017.4.6f1 2018.1.7f1 2018.2.0b11 2018.3.0a3
Notes:
The user has found in the source code that DotCap uses the zTest : HandleUtility.ApplyWireMaterial(Handles.zTest);
And DotHandleCap does not use the zTest: HandleUtility.ApplyWireMaterial();
More info: https://forum.unity.com/threads/handles-dothandlecap-ztest-issue.535437/
---
Fixed in 20018.3a06.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP][OpenGL] "Trying to load color backbuffer into a complex RenderPass setup, results undefined" error is thrown when using Decal Projector
- Top and bottom color channels are swapped when lighting an object with Six Way Shader Graph in URP
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
Add comment