-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can't run wrappers example #64
Comments
Hi I'll have a look! I was just looking at finalizing and releasing: #63, so if there is an issue in that example it will be fixed on main very soon. |
I think the issue is that "world" as a global has been moved into the BevyAPIProvider, which needs to be installed as in the bevy api examples |
I can confirm that your latest changes on that branch make it run properly on my machine. Thanks! |
lovely, thanks for letting me know and good catch! |
Resolved as of the 0.11 branch merge |
I've cloned the repository locally and tried to run the wrappers example from it with
cargo run --example wrappers --features="lua lua54 lua_script_api"
. I get this result after the initial startup info lineI've tried this test on both the main branch and the 0.11 branch with the same result
If I read the code correctly, I believe it's supposed to error in the second script run, but not the first. It appears that the issue comes from
I changed it to
and got
Getting access to the world like this is really the thing I need most out of the crate right now, so any help would be very appreciated.
The text was updated successfully, but these errors were encountered: