Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening State Machine Editor Window crashes Unity in 2021.2.9 and newer #514

Open
mikeymusch opened this issue Feb 4, 2022 · 1 comment

Comments

@mikeymusch
Copy link

Opening the State Machine Editor window will throw a NullReferenceException error, then when you close the editor window Unity crashes.

Here is the error:

NullReferenceException: Object reference not set to an instance of an object
UOP1.StateMachine.Editor.TransitionTableEditorWindow.CreateListView () (at Assets/_Project/Scripts/Editor/TransitionTableEditorWindow.cs:86)
UOP1.StateMachine.Editor.TransitionTableEditorWindow.Update () (at Assets/_Project/Scripts/Editor/TransitionTableEditorWindow.cs:77)
UnityEditor.HostView.SendUpdate () (at :0)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at :0)

@gmiv
Copy link

gmiv commented Jun 4, 2022

@ciro-unity Do you all have any pointers as to how we can patch this?
This seems like a really great state machine but It's crashing on 2021.3.2f1 OSX M1 for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants