Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make loading warning for no file ext more descriptive (bevyengine#10119)
# Objective Currently, the asset loader outputs ``` 2023-10-14T15:11:09.328850Z WARN bevy_asset::asset_server: no `AssetLoader` found ``` when user forgets to add an extension to a file. This is very confusing behaviour, it sounds like there aren't any asset loaders existing. ## Solution Add an extra message on the end when there are no file extensions.
- Loading branch information