FyroxEngine / Fyrox

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

Editor crash when saving terrain #598

Closed DimitriTimoz closed 8 months ago

DimitriTimoz commented 8 months ago

When I save or compile the scene which contains a terrain the process doesn't respond. My environement:

fryroxed = "0.20.0" 
fyrox = "0.33.0"
Tested OS: Macos or Ubuntu

I tried a new project and the problem is still there. Lastest logs: [INFO]: Settings were successfully saved!

The building game logs are empty.

mrDIMAS commented 8 months ago

Fixed. Run cargo update to update the engine. I released 0.33.1 version.