Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.5.0f3
Issue ID
878205
Regression
No
Changing the projection of Scene camera via 'SceneView.lastActiveSceneView.orthographic' doesn't update the Scene Gizmo label
When the projection of Scene camera is changed via 'SceneView.lastActiveSceneView.orthographic', the Scene Gizmo label, indicating the projection of Scene camera, is not updated to match the actual value of 'SceneView.lastActiveSceneView.orthographic'.
Steps to reproduce:
1) Open the latest attached project.
2) In the Menu, go to Camera Menu > Switch Camera Type.
The projection of the Scene camera switches between orthographic/perspective, however, the Scene Gizmo shows the last setting that was set manually (by clicking on the Gizmo itself). Only the text is not updated - the three lines (parallel when orthographic, connected at one end when perspective) are updated properly.
Code used in the Editor script: SceneView.lastActiveSceneView.orthographic = !SceneView.lastActiveSceneView.orthographic;
Reproduced on:
5.6.0b7, 5.4.4p2, 5.2.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] TouchScreenKeyboard.active triggers an error when set to false in the Player
- [Android] Auto-correct suggestions show up over the "hidden zone" when typing text with TouchScreenKeyboard
- [Android] Clicks on the "hidden zone" remain blocked when TouchScreenKeyboard is active
- [URP][DX12] Black Game View window when URP Dynamic Resolution is enabled
- VideoPlayer.Time is not updated when seeking is completed
Add comment