Replies: 1 comment
-
use a HashMap<IVec2, ()> instead of a HashSet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title suggests, I'm getting this error when updating my project to Bevy 0.15.0. This error occurs when trying to use
DynamicScene::write_to_world()
. I can't find/understand any of the reflection migration guides for 0.15.0, so am I doing something wrong? This was working in 0.14.2.Beta Was this translation helpful? Give feedback.
All reactions