NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
449 stars 53 forks source link

[Feature Request] Add Serialize to StandardDynamicAsset #177

Closed feelingsonice closed 5 months ago

feelingsonice commented 6 months ago

It would be a nice to have to be able to serialize StandardDynamicAsset. A trivial task and something I'm looking to utilize in my game

NiklasEi commented 6 months ago

Out of interest: what is your use-case for serializing them?

feelingsonice commented 6 months ago

I'm implementing a asset preprocessing pipeline that spits out a RON for bevy-asset-loader to consume