Using the low-level API is no longer recommended. Please use the Component API instead for ease of use and maintainability. This content is provided for legacy support only. If you choose to use the low-level API to control the render loop, you’ll need to manually set up data binding in your scripts.For reference, check this RiveScreen example that demonstrates one way to implement auto binding in a custom render loop.Using the low-level API requires additional implementation effort and understanding of the Rive runtime. Unless you have a specific need to setup a custom render loop, we recommend using the Component API.