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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Right after initializing a repository, I choose the option Go to Profile and the browser opens up to my GitHub profile. Any time after that when I choose that option, my GitHub profile does not open and a NullReferenceException is thrown and can be viewed in the Unity console.
Steps to Reproduce
Initialize new repo
Select Go to Profile
Do some other stuff
Select the option again
Expected behavior:
The GitHub profile opens up in a new browser tab.
Actual behavior:
The GitHub profile does not open.
Reproduces how often:
100
Error thrown in the Unity console
NullReferenceException: Object reference not set to an instance of an object GitHub.Unity.Window.GoToProfile (System.Object obj) (at C:/Users/Spade/Projects/GitHub/Unity/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs:398) UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, Int32 selected) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/GenericMenuBindings.gen.cs:125)