FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.53k stars 343 forks source link

Upgrading the version to nightly causes infinite reloading #665

Open YourKindAlly opened 3 weeks ago

YourKindAlly commented 3 weeks ago

I use RustRover as my IDE and run all my commands from there. When I input fyrox-template upgrade --version=nightly into the console it attempts to reload the cargo, but it doesn't show progress and runs indefinitely. This also causes the project to be unusable as it keeps reloading after restart as well.

image

YourKindAlly commented 3 weeks ago

I also tried fyrox-template upgrade --version nightly which didn't work either.

image