bevy/crates/bevy_asset
ShadowCurse 62329f7fda Useful error message when two assets have the save UUID (#3739)
# Objective
Fixes #2610 and #3731

## Solution

Added check for TYPE_UUID duplication in  `register_asset_type` with an error message
2022-02-12 19:41:35 +00:00
..
src Useful error message when two assets have the save UUID (#3739) 2022-02-12 19:41:35 +00:00
Cargo.toml check if resource for asset already exists before adding it (#3560) 2022-02-06 01:07:56 +00:00