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
- [URP] When Rendering Layers are enabled, the DepthNormalPrepass is enabled even if not used
- Shader Graph Asset icon is blurry in the 4K monitors
- Default Value of ShaderGraph Color property is 0 by default
- Duplication of an asset in the Project view is continued for some time when holding and releasing CTRL+D
- "Failed to create Convex Mesh from source mesh" PhysX errors are thrown when looking around the Scene View while Collision Geometry is set to true
Add comment