C# wrapper(DialogueManager.cs) creates orphan nodes #767
Answered
by
nathanhoad
LeoVolcanoTheLion
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
nathanhoad
Feb 3, 2025
Replies: 1 comment
-
I've made some changes to the C# wrapper as part of #769 that should address those concerns: https://github.com/nathanhoad/godot_dialogue_manager/pull/769/files The C# wrapper is now a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeoVolcanoTheLion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've made some changes to the C# wrapper as part of #769 that should address those concerns: https://github.com/nathanhoad/godot_dialogue_manager/pull/769/files
The C# wrapper is now a
RefCounted
which gets cleaned up automatically when not in use.