| Crates.io | bevy_assets_reflect |
| lib.rs | bevy_assets_reflect |
| version | 0.1.1 |
| created_at | 2025-10-28 21:23:38.536819+00 |
| updated_at | 2025-10-28 21:35:41.160305+00 |
| description | Reflection based asset loader plugin for Bevy |
| homepage | |
| repository | https://github.com/Leinnan/bevy_assets_reflect |
| max_upload_size | |
| id | 1905683 |
| size | 87,147 |
Simple package for adding assets loaders for types that implement Reflect and Asset trait. It can be used for types that don't implement Serialize or Deserialize traits thanks to using the Bevy reflect serialization.
For adding use add plugins API, for example:
app.add_plugins(bevy_assets_reflect::JsonReflectAssetPlugin::<SomeType>::new(
&["that_type.json"]
));
bevy_assets_reflect is dual-licensed under MIT and Apache 2.0 at your option.
| bevy | bevy_assets_reflect |
|---|---|
| 0.17 | 0.1 |