tonarino / bomberman-of-the-hill

13 stars 5 forks source link

Running the game server locally and updating .wasm files crashes the game #61

Closed golddranks closed 2 years ago

golddranks commented 2 years ago

This seem to be a Bevy issue, that surfaces when you symlink an asset directory outside of the main Bevy asset directory, as it is currently set up in this repo. I reported it to Bevy: https://github.com/bevyengine/bevy/issues/5689

bschwind commented 2 years ago

Hey, thanks for reporting and thanks for attending the event!

We ran into similar issues with symlinks, I'll be interested to hear what the bevy devs decide on this one.

strohel commented 2 years ago

Unless this is quickly resolved at Bevy side, we can work-around it by symlinking from rounds to .../assets/ rather than the other way around.