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
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
- Tooltips stay in place when Preferences window is scrolled
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
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)