bevy_serialization_extras
A library for bevy which contains wrappers/systems for managing serialization in bevy with moonshine-save
for a more "hands off" serialization workflow
Features
- Out of the box serialization Through [
plugins
] for components
// From<Component> -> Wrapper + From<Wrapper> -> Component
.add_plugins
// From<Asset> -> Wrapper + From<Wrapper> -> Asset
.add_plugins
// From<Wrapper> -> Asset
.add_plugins
-
type registration for wrappers through
ManagedTypeRegistration
trait -
A visualization util to list serializable/unserializable components
For implementations of plugin trait bounds, see Wrappers