-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed as not planned
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating system
Description
Bevy version
0.10.1
Relevant system information
What you did
Ran cargo run -p ci on Leafwing-Studios/Emergence#746 after using git 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.
Metadata
Metadata
Assignees
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating system