Skip to content

v0.4.0

Latest

Choose a tag to compare

@damzobridge damzobridge released this 20 Dec 01:17
· 10 commits to main since this release

Added

  • Copy Support Info Button to Unity Editor
    • For support tickets,  navigate to Tools → Rive → Copy Support Info in the the Unity Editor to copy debug details (render pipeline, graphics api, etc) about your project’s environment.
  • Multitouch support
  • DX12 Graphics API support
  • xCode simulator support for iOS, tvOS, and visionOS
  • Experimental VisionOS support
  • Rive Widget Data Binding Playground
  • Quick Start Menu
  • Rive Widget Audio Support

Fixed

  • Android Vulkan stability improvements
  • Rive files no longer look ‘washed out’ in Unity projects set to Linear color space.
  • Conflict with other Unity plugins using UnityAppController on iOS

Breaking Changes

  • ViewModelInstanceArtboardProperty and ViewModelInstanceImageProperty change events no longer include the latest value in their callbacks, to account for assets assigned in the Rive Editor being inaccessible at runtime.
  • Deprecated Transparent hit test behaviour to avoid confusion, as it only applies to other Rive Widgets, not Canvas components. We recommend using Translucent instead.