Replies: 3 comments
-
|
I've found that It seems that I've also tired to pass |
Beta Was this translation helpful? Give feedback.
-
|
So how on earth should I load embedded assets? I am totally confused. |
Beta Was this translation helpful? Give feedback.
-
|
I am using the latest version i.e. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I want to embed all my assets into my bevy program so that I can pack my program as a single executable, I started using the
embedded_assets!macro to embed assets.I want to use my embedded assets in the very same binary crate as I defined them. However When I tried to load these embedded assets:
I got an error:
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions