v21’s avatarv21’s Twitter Archive—№ 40,392

      1. …in reply to @chrisoshea
        @chrisoshea yep! also using SVG Importer. Process is a little convoluted, but - @spacetreasured works in Spine (with pngs), exports
    1. …in reply to @v21
      @chrisoshea we put those into Unity (using a random old Spine importer that creates Unity anims on GOs) - now have animated sprites
  1. …in reply to @v21
    @chrisoshea then we run a custom script to swap out the pngs for identically-named svgs. bit janky, but it works!
    1. …in reply to @v21
      @chrisoshea i know SVG Importer has it's own frame-by-frame animator (were trying a similar approach with Mutazione). stuff gets big fast...