Hi,
I am using goblins example with starling.
What I want to to:
Open spine project b[/b]
Export using JSON (NOT ok!)
Runtime throws exception. I've looked into JSON and found that:
"name":"goblingirl/dagger-tip"
Why? Export bug?
I've changed "name":"goblingirl/dagger-tip" to "name":"dagger"
And it works.Generate png using TexturePacker b[/b]
Load it in starling runtime (ok! after json fix)
Render (NOT ok!)
There is no visible skin (screenshot attached)Play animation b[/b]
Animation is playing, but no skin is shownChange attachment (weapon) b[/b]
Any suggetions?