rayxuln / spine-runtime-for-godot

This project is a module for godot that allows it to load/play Spine skeleton animation.
MIT License
92 stars 22 forks source link

add_skin crash #2

Closed rayxuln closed 4 years ago

rayxuln commented 4 years ago
var skin = SpineSkin.new()
var newSkin = spine.get_skeleton().get_data().find_skin("Human")
skin.add_skin(newSkin)

crashes on the add_skin line in godot.