Search Issue Tracker
By Design
Votes
0
Found in [Package]
2020.3
2021.2
2021.2.8f1
2022.1
2022.2
Issue ID
1401962
Regression
No
Disabling Gizmos in Game view while in Play mode causes flickering in VR
Reproduction steps:
1. Open the user's attached "PiratesQuest.zip" project
2. Enter the Play mode
3. Wait until the Scene loads and water is visible
4. Disable Gizmos in the Game view
5. Observe the water in the Scene
Expected result: The water is still
Actual result: The water is flickering
Reproducible with: 2020.3.30f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a8
Could not test with: 2019.4.36f1 (Multiple scripts and package errors, Scene is pink)
Notes:
- If the Scene does not load after a while clicking the grip on the left controller while pointing down instantly loads the Scene.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Enabling gizmos will require depth to properly draw gridlines in editor. You can also enable depth for the game camera in several ways:
1) Toggle "Require Depth" in the pipeline asset.
2) Set Depth Priming mode to "Forced" in the URP renderer.
3) When injecting a custom pass you can ask the pipeline to generate depth by calling ConfigureInput(ScriptableRenderPassInput.Depth)