extension-rive icon indicating copy to clipboard operation
extension-rive copied to clipboard

Dynamically changing rive scene(for changing to different .riv file) in rive model component

Open VikSin opened this issue 2 years ago • 0 comments

Allow access to get and set "Rive Scene" and "Default state machine" property of model component in editor using go.get() and go.set() function for changing to different .riv file in runtime. image

Similar like with sprite component we can get its "image" and "animation" propery using go.get() and set() to change sprite image to different resource at runtime.

VikSin avatar Jan 03 '24 08:01 VikSin