Skip to content

0.6.0

Compare
Choose a tag to compare
@jabuwu jabuwu released this 30 Jul 04:47
  • 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)
  • Spine meshes can now be drawn using the non-combined (simple) drawer
  • workaround_5732 no longer necessary, Bevy issue was fixed