Conversation
|
I'm not sure if this is the right place to document this, but I'm trying to run this pr in a pretty confined WASM env , where there is no time/rng access. I'm running into the following error: I'm running with bevy 0.16 rc5 and these plugins: I manually call the bevy update by running From what my gut tells me I can't use the default Physics Plugins, as there is the EDIT: I got it running, I was able to use the time plugin by calling: However one quirk I noticed is that I manually need to init some resources, not sure this is due to |
|
Marking as Waiting-on-Author due to merge conflicts |
Objective
Add
no_stdcompatibility.Solution
TODO
Migration Guide
TODO