Releases: jabuwu/bevy_spine
Releases · jabuwu/bevy_spine
0.10.1
0.10.0
0.9.0
0.8.1
0.8.0
- Update to Bevy 0.13
0.7.0
- Update to Bevy 0.12
- Add
parent
toSpineBone
- Rename
SpineSettings::use_3d_mesh
toSpineSettings::mesh_type
with newSpineMeshType
enum - Add
Name
components to Spine mesh and bone entities - Add a parent
SpineMeshes
entity for allSpineMesh
entities - Add
Debug
derive to components
0.6.0
- Update to Bevy 0.11
- Improve premultiplied alpha support by pre-processing premultiplied textures
- Support Spine texture runtime settings
- Fix some events getting missed, add
SpineSet::OnEvent
- Revamp material support and settings (
SpineSettings
)- Custom material support (see
custom_material
example) - Add support for 3D meshes and materials (see
3d
example) - Add support for custom mesh creation (
SpineDrawer
)
- Custom material support (see
- Spine meshes can now be drawn using the non-combined (simple) drawer
workaround_5732
no longer necessary, Bevy issue was fixed