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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Add comment