Replies: 2 comments 3 replies
-
Any other logs before the stack trace? For example something about a missing asset loader? |
Beta Was this translation helpful? Give feedback.
3 replies
-
This passes for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to test systems with assets loading from filesystem.
After several tries, I can not manage to load an image from the AssetServer in a test configuration.
Sorry if this is trivial, I could not find the proper documentation or example.
I do not understand if this is a pathing problem or something else, I tried:
asset_folder
parameter of theAssetPlugin
Neither do work.
Note : I can load the asset outside the test. In my original code, the AssetServer can load the file.
Code :
Error+backtrace :
Dependences and systems:
bevy = "0.10"
MacOS Monterey 12.6.6
cargo = 1.70.0
Beta Was this translation helpful? Give feedback.
All reactions