Closed Achill113 closed 8 months ago
That error is caused by a bug in the 0.13.0
release of bevy. You need to update bevy
to 0.13.1
.
cargo update -p bevy
That error is caused by a bug in the
0.13.0
release of bevy. You need to updatebevy
to0.13.1
.
cargo update -p bevy
Thank you for the quick response 😊
Whenever water would be rendered I receive the error output below. I have tested having the
WaterPlugin
added, but no water to render and there is no errors.I've also tested this on Windows 11 as well as Pop!_OS 22.04.
This is the simplest version of the code which causes the error.
Error Output: