You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: