-
Notifications
You must be signed in to change notification settings - Fork 10
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
Godot SceneTree get root not working #101
Comments
The Godot support is very new and is very limited:
It's probably one of these limitations that you are running into. |
I'm on Linux so thats why. |
There's actually a lot that needs to be done to support Linux. |
Also when I said 4.3, I actually meant 4.2. I'm working on 4.3 support, which should allow the code to handle more situations. I'm not sure if you personally could do much unless you can figure out the location of the scene tree in memory yourself. |
@Jujstme I have a signature that at least works for 4.3 and 4.2. Not sure if it would work for Linux, probably not. |
Pretty much guaranteed it will not work on Linux. |
Is support for Linux planned to come soon or is it not a priority/not going to happen? |
I am trying to make an autosplitter for a game made in Godot.
When I start the wasm file it can locate the SceneTree but then when I call
scene_tree.wait_get_root(&process).await;
it hangs and never finds the root.This is the rust code:
The text was updated successfully, but these errors were encountered: