defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

[SUGGESTION] Warning to console if Spine animation not found #2447

Open dasannikov opened 5 years ago

dasannikov commented 5 years ago

If I have mistake in Spine animation name I have no chance to find it.

dasannikov commented 5 years ago

And switching to wrong spine skin do not show error(warning) message too.

spine.set_skin(spinemodel, "wrong_name")

It's just terminate script at all.