kibble-cabal / godot-rive

An integration of Rive into Godot 4 using GDExtension
80 stars 3 forks source link

`RiveViewer` cannot be extended in GDScript #6

Closed audse closed 5 months ago

audse commented 9 months ago

When a script is attached, nothing renders.

The current workaround is to only use RiveViewer as a child node.

This seems to be related to the _process method.