defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Remove spine runtime with appmanifest (DEF-3420) #2096

Open subsoap opened 6 years ago

subsoap commented 6 years ago

This could be a good candidate for reducing final binaries as many games will use no Spine animations at all

andsveking commented 6 years ago

Agreed, should be possible. It would mean that models wouldn't be able to render as well since they use the same underlaying library, dmRig.

I'm adding an issue to investigate this, it might mean that we need supply a rig_null stub just like for some other systems: DEF-3420