Skip to main content
Rive includes several built-in converters like Convert to String and Round. Scripting lets you create your own custom converters when you need behavior that isn’t covered by the built-ins. For background on converters and data binding, see Data Converters.

Examples

Creating a Converter

Create a new script and select Converter as the type.

Anatomy of a Converter Script

Creating a Converter using your Script

Create a new converter using your new converter script:
  1. In the Data panel, click the + button.
  2. Choose Converters → Script → MyConverter.
Create converter with a script

Adding Inputs

See Script Inputs.