Search Issue Tracker
By Design
Votes
0
Found in
2018.2.0b9
Issue ID
1056008
Regression
No
Scene View hitches when assets/renderers come into view
How to reproduce:
1. Download and open the project from OC.
2. Load Book of the Dead Asset Library
3. In the Scene View fly past the assets
Expected result: Scene View does not hitch
Actual result: Scene View hitches, even after 20+ times of flying past the same assets
Reproducible with - 2018.3.0a4, 2018.2.0f2
Not reproducible with - 2018.2b8 or lower (project requires 2018.2b9 or higher)
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:
What is experienced here is on the fly shader compilation inside the Editor.
This is not a bug and is a general issue in Unity. When you have a lot of shader variant, it takes time to compile.