Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0f3
Issue ID
934880
Regression
No
Using Flythrough mode, you can get out of scene view bounds
Scrolling back with a mouse there are boundaries which stops you from scrolling further. Using flythrough mode tho, you can evade those boundaries and go out of scene view boundaries and corrupt the whole scene view.
To reproduce:
1.Create new Unity project
2.Open scene view
3.Click right mouse button to enter flythrough mode
4.While in flythrough mode go forward with W + SHIFT until you start to see scene view corrupting
Reproduced on: 5.4.6f1 5.6.2p4 2017.1.0f3 2017.3.0a1
Using Unity 5.4.6f1 you get these error in the console: transform.position assign attempt for 'SceneCamera' is not valid. Input position is { NaN, NaN, NaN }.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
mickaelb_simthetiq
Feb 16, 2018 18:38
I need to add there is another issue with Flythrough mode. If you are in this mode and you have something which blocks the next frame update (like loading a big additive scene in my case), during the next update, the sceneview camera is usually out of bounds since its position is computed using time elapsed, last position and speed. I don't think it cares about time elapsed to update the frame.