Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions game-runtimes/unreal/unreal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ Rive’s Unreal runtime allows you to render and control Rive animations nativel

## Supported Platforms

- Windows
- Microsoft DirectX 11
- Microsoft DirectX 12
- PC Vulkan
- macOS
- visionOS (experimental)
- PlayStation 5
- Nintendo Switch
- Nintendo Switch 2
- Xbox Series X
- Steam Deck - Proton D3D11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're mixing platforms and rendering backends. But I can't think of a better way to break things out in an easily parsable format.


<Warning>
Mobile platform support is planned but not yet available.
Expand All @@ -32,18 +40,18 @@ Rendering is handled by Rive’s native renderer and coordinated with Unreal’s

## Feature Support

| Feature | Supported |
| --------------------------- | ---------- |
| Animation playback | ✅ |
| State machines | ✅ |
| ViewModels (data binding) | ✅ |
| Property observation | ✅ |
| Text rendering | ✅ |
| Image assets | ✅ |
| Multiple Artboards per file | ✅ |
| Scripting | ✅ |
| Feature | Supported |
| --- | --- |
| Animation playback | ✅ |
| State machines | ✅ |
| ViewModels (data binding) | ✅ |
| Property observation | ✅ |
| Text rendering | ✅ |
| Image assets | ✅ |
| Multiple Artboards per file | ✅ |
| Scripting | ✅ |
| Legacy state machine events | Deprecated |
| Legacy direct inputs | Deprecated |
| Legacy direct inputs | Deprecated |

<Warning>
Legacy state machine events and inputs are deprecated.\
Expand All @@ -68,4 +76,4 @@ State machines consume and modify ViewModel properties. Unreal observes those ch

If you need help:

- Join the Rive Community: https://community.rive.app
- Join the Rive Community: [https://community.rive.app](https://community.rive.app)