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
alice-i-cecile opened this issue
May 8, 2023
· 2 comments
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating system
On PopOS, all assets end up in AssetState::Failed.
On Windows, the same list of assets end up in AssetState::Loaded.
Additional information
Asset loading in general works for me on PopOS.
There may be some file path weirdness going on here: this is being run in a subfolder as it is intended to be used in CI. Oddly though the complete list of assets is discovered correctly in both cases.
The text was updated successfully, but these errors were encountered:
alice-i-cecile
added
C-Bug
An unexpected or incorrect behavior
A-Assets
Load files from disk to use for things like images, models, and sounds
O-Linux
Specific to the Linux desktop operating system
labels
May 8, 2023
A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating system
Bevy version
0.10.1
Relevant system information
What you did
Ran
cargo run -p ci
on Leafwing-Studios/Emergence#746 after usinggit lfs pull
.What went wrong
On PopOS, all assets end up in
AssetState::Failed
.On Windows, the same list of assets end up in
AssetState::Loaded
.Additional information
Asset loading in general works for me on PopOS.
There may be some file path weirdness going on here: this is being run in a subfolder as it is intended to be used in CI. Oddly though the complete list of assets is discovered correctly in both cases.
The text was updated successfully, but these errors were encountered: