This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Allows you to change the up vector in the scene view to the Z axis. | |
// Y-up mode uses Unity's default implementation. | |
// | |
// Original code from Akulist on the Unity forums, modified by Freya Holmér: | |
// • Fixed orbit+RMB zoom not working | |
// • Toggling will now align the camera immediately to the new up vector | |
// • When the camera is upside down in Z axis mode, left/right orbit will no longer be mirrored (pls fix this too Unity~) | |
// • Moved toggle buttons to under the gizmo | |
// • Fixed broken rotation state when focusing a different window in Unity and coming back to the scene view | |
// |