You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the same bug as in rusty-shooter - linux paths are case sensitive. BTW, it's recommended to use panic = "abort" if you don't wanna deal with threads panicking: https://vorner.github.io/2018/07/22/dont_panic.html
[ERROR]: Unable to load model from "data/models/plasma_rifle/plasma_rifle_item.FBX"! Reason Fbx(FileLoadError(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })))
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Some(Fbx(FileLoadError(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }))))', src/item.rs:134:14
The text was updated successfully, but these errors were encountered:
It's the same bug as in rusty-shooter - linux paths are case sensitive. BTW, it's recommended to use
panic = "abort"
if you don't wanna deal with threads panicking: https://vorner.github.io/2018/07/22/dont_panic.htmlThe text was updated successfully, but these errors were encountered: