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

Docking graph window stop unity to open again #72

Open
fabriciohod opened this issue Jun 30, 2021 · 2 comments
Open

Docking graph window stop unity to open again #72

fabriciohod opened this issue Jun 30, 2021 · 2 comments

Comments

@fabriciohod
Copy link

hi how are you ?, i think i found a bug, when i close the unity with the graph window, and open the unity again, it does not start and shows this error. I can only enter the editor when I delete CurrentLayout-default.dwlt and EditorSnapSettings.asset, in the project/Library folder.

https://www.youtube.com/watch?v=tTY_DEFtABU

Not sure and there is a problem with my version of Unity (2020.3.8f1)

@CoffeeVampir3
Copy link
Owner

Heya,

I am not able to test the issue at the moment, but I have a suspiscion that unity is hanging on to an invalid serialized reference from the editor window, specifically
[SerializeReference] protected GraphifyView graphView;

I've pushed a hotfix to the GraphifyWindow class that unloads the reference during OnDisable and OnDestroy which I'm hoping should correct the issue.

Let me know if this issue continues after updating.

@fabriciohod
Copy link
Author

I updated my project with the new version but it still gives the same error. I downloaded the source code, to try to fix the error, if I find any solution I do a PR

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