Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.1.0a8
2019.1.0b3
2019.2.0a1
Issue ID
1127415
Regression
Yes
[SceneView] Scene view window breaks when zooming out
How to reproduce:
1. Open the attached project named "Case_1127415"
2. Zoom out in the Scene
Expected result: The zoom is stopped before any issues are encountered(Track_1127415_V1)
Actual result: The zoom is not stopped and issues are encountered(Track_1127415_V2)
Not reproducible with: 2017.4.21f1, 2018.3.7f1, 2019.1.0a7
Reproducible with: 2019.1.0a8, 2019.1.0b4, 2019.2.0a6
Notes:
There was a zoom cap in the previous versions (2017.4, 2018.3 and early 2019.1)
Zooming out makes the Scene view window become solid white and then solid black
If zooming out while the 2D mode is enabled the following errors are thrown:
transform.position assign attempt for 'SceneCamera' is not valid. Input position is { NaN, NaN, -Infinity }.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Screen position out of view frustum (screen pos 767.000000, 374.500000, 289374289547337709462743116699416920064.000000) (Camera rect 0 0 1532 751)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
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
Add comment