Skip to content

v0.4.1

Latest

Choose a tag to compare

@damzobridge damzobridge released this 04 Mar 20:03
· 44 commits to main since this release

Added

  • Rive files with scripting are now supported
  • Added DrawOptimizationOptions dropdown on RivePanel with two modes:
    • DrawWhenChanged (new default): only re-renders when artboards are updated or Unity triggers layout/size updates
    • AlwaysDraw: re-renders every frame, even if nothing has changed in the artboard (legacy behavior)
  • BindableArtboards can now be bound to a ViewModel Instance (docs)

Fixed

  • Memory growth issue on android (#134)
  • Panel anchor pointer event issue (#143)
  • List item callback regression (#142)
  • Deprecated API logged warnings in Unity 6.3