-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while compiling a workspace #5
Comments
How are you selecting the correct asset folder with Bevy? Could you try setting the |
I use the default asset folder of bevy without tinkering with env vars usually, but I will try to set the |
It works for me if I set the env var, it would be great if it were able to check it depending on the sub crate folder. Right now I have to export the var like
while running cargo from Is there a way to define this? |
I am facing the same issue after publishing my application to crates.io Upon doing
How should one go about to configure that env on a |
Hello,
I have a workspace with the following structure :
But when I run/build one crate or the other, I have this error :
I managed to fix the issue by copying/pasting my asset folders at the root level, but duplicating assets isn't an ideal solution.
This issue appeared right after I split my project into multiple crates.
If you need more information, I would be glad to help!
The text was updated successfully, but these errors were encountered: