I am trying to use the plugin with the 2d canvas
When navigating to saved bookmark with shortcut key I am getting an error in console that looks like:
SceneView rotation is fixed to identity when in 2D mode. This will be an error in future versions of Unity.
UnityEditor.SceneView:set_rotation (UnityEngine.Quaternion)
SceneViewBookmarks.SceneViewBookmarkManager:MoveToBookmark (int) (at ./Library/PackageCache/com.matthewminer.sceneviewbookmarks/Editor/SceneViewBookmarkManager.cs:32)
SceneViewBookmarks.SceneViewBookmarkMenus:MoveToBookmark1 () (at ./Library/PackageCache/com.matthewminer.sceneviewbookmarks/Editor/SceneViewBookmarkMenus.cs:8)
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()
Steps to reproduce:
- install plugin using Package Manager
- Open 2d project
-
- Enable 2d view
- Save Bookmark
- Load Bookmark
-
- Observe error message in console
I am trying to use the plugin with the 2d canvas
When navigating to saved bookmark with shortcut key I am getting an error in console that looks like:
Steps to reproduce: