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

Deleted nodes reappear when graphs are opened #345

Open
NikMikk opened this issue Jun 10, 2022 · 3 comments
Open

Deleted nodes reappear when graphs are opened #345

NikMikk opened this issue Jun 10, 2022 · 3 comments

Comments

@NikMikk
Copy link

NikMikk commented Jun 10, 2022

Hello!

We're using this fantastic plugin as a Dialogue Editor inside our game TOEM and it has worked wonderfully until 3 months ago.

When we delete nodes and then reopen the graph those deleted nodes reappear and it's super tedious. It's like the ScriptableObject asset is not updated with the removed node references.

Has anything like this happened to anyone else before?

@NikMikk
Copy link
Author

NikMikk commented Jun 10, 2022

Here is the graph after saving and before closing it.
image

When we reopen the same graph just after saving these come back.
image

How it looks inside git:
image
image

@Siccity
Copy link
Owner

Siccity commented Jul 26, 2022

Did you disable autosave? You may need to hit ctrl+s after editing your node to save changes to disk.

@NikMikk
Copy link
Author

NikMikk commented May 21, 2023

Did you disable autosave? You may need to hit ctrl+s after editing your node to save changes to disk.

Sorry for such a late reply, yes we have auto save disabled, we've made our own Save button which calls the API's Save method, just like auto save does.

But is rather old so it's probably not occuring anymore in updated versions

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

No branches or pull requests

2 participants