-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
auto create imported asset folder if needed #11284
auto create imported asset folder if needed #11284
Conversation
That would result in the same situation as before #11218, and the assets folder created when not needed |
Ahhh yeah of course, somehow misunderstood |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried it and looks good.
Asset processing ideally shouldn't need file_watcher
to work (so it's portable), but that's a separate issue.
Co-authored-by: Kyle <37520732+nvdaz@users.noreply.github.com>
Objective
asset_processing
fails:start from a fresh git clone or delete the folder before running to reproduce, it is in gitignore and should not be present on a fresh run
bevy/.gitignore
Line 18 in a657478
Solution
imported_assets
folder if it is configured