Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f2
Issue ID
856150
Regression
No
Geometry flickering based on camera location
BY DESIGN:
The reason for this flickering is batching. All geometry using specific shader flickers due to it using object-space data in the shader, which was lost when geometry was batched.
To avoid that, add DisableBatching tag to the shader affected. https://docs.unity3d.com/Manual/SL-SubShaderTags.html
To reproduce:
1) Import attached Unity Package
2) Open Maps/MapA scene
3) Play it
4) Switch to Scene View
5) Try moving around
Expected: The lighting stays the same
Actual: The lighting flickers erratically as you move and sometimes persists even after move
Reproduced in 5.5.0f2, 5.5.0p4, 5.6.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
Add comment