godot-extended-libraries / lottie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate the frame on play

fire opened this issue · comments

  • Convert json to a memory buffer.
  • Store in a resource
  • rlottie::Animation load from memory
  • Read this resource in the VGPathAnimation node
  • Use set_frame, get_frame interface to trigger code creation
  • make dirty.