Releases: rive-app/rive-unity
Releases · rive-app/rive-unity
v0.3.8
Added
- Components support (announcement)
- (Android) 16 KB page size support
Match Canvas Resolution
setting for Rive Canvas Renderer
Fixed
- Android OpenGL stability fixes
- iOS stability fixes
v0.3.7
v0.3.6
v0.3.5
Added
- New
File.Load
method overload with a fallback option for referenced assets (docs) - Text Follow Path (announcement)
- Rive Widget playback speed control + API
- Ability to manually change assigned referenced Out of Band assets in the Inspector
Fixed
- Fixes incorrect embedded asset handling behavior. Previously, if you returned true in the asset loader callback but didn’t assign a value, the runtime would still display the embedded asset included in the file. Now, if you choose to handle the asset and don’t assign one, no asset will be displayed as expected.
Known Issues
- Graphics issues on
OpenGL ES3
graphics API on Windows
v0.3.3
Added
- Feathering!
- Custom UI Material support on Rive Canvas Renderer
Fixed
- Issue where the
Loaded
state on a Rive Widget would be reported incorrectly - Issue with Rive Panel no longer being updated after scene transition
Known Issues
- Graphics issues on
OpenGL ES3
graphics API on Windows
v0.3.2
v0.2.1
Added
Breaking Changes
-
Renamed
EmbeddedAsset
toOutOfBandAsset
.FontAsset
is nowFontOutOfBandAsset
ImageAsset
is nowImageOutOfBandAsset
AudioAsset
is nowAudioOutOfBandAsset
-
The
Bytes
property on theAsset
scriptable object is now accessible through a getter instead of a field. -
Enforced PascalCase formatting for
EmbeddedAssetType
enum for consistency. -
Enforced PascalCase formatting for
Fit
enum for consistency. For example,Fit.contain
is nowFit.Contain
-
The API for loading from bytes has changed from:
public static File Load(string name, byte[] contents, int id, Asset asset = null)
to :
public static File Load(byte[] riveFileByteContents, int cacheId)
v0.1.273
Fixed
- XCode Build issues on iOS with WebP update
v0.1.268
Added
- Support for Mac OS 11 Upwards
- WebP Support!
v0.1.233
Added
- Support for Mac OS 13 (Ventura)