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
First of all, thank you for your work. I have been waiting for this feature for a long time!
I am trying to integrate libgodot into an iOS project where I launch and stop several games, but when I instantiate, then deinstantiate, and then instantiate again, the app crashes. Do you have any idea why this happens? Is it supported?
This is currently a known limitation of Godot: it cannot be reinitialized after the first initialization / destroy sequence. I will add this to the description of the PR and the Doxygen docs to make this clear. An option to work around this is to not kill the whole Godot instance, but to load a new PCK, and initialize a new SceneTree with the contents of that PCK.
Hi there 👋
First of all, thank you for your work. I have been waiting for this feature for a long time!
I am trying to integrate libgodot into an iOS project where I launch and stop several games, but when I instantiate, then deinstantiate, and then instantiate again, the app crashes. Do you have any idea why this happens? Is it supported?
The text was updated successfully, but these errors were encountered: