spine-unity-docs
spine-unity-docs copied to clipboard
Documentation for Spine-Unity users.
http://en.esotericsoftware.com/spine-unity-events In the **HandleEventWithAudioExample** values aren't assigned to anything. ``` void OnValidate () { if (skeletonAnimation == null) GetComponent(); if (audioSource == null) GetComponent(); } ``` It should be: ```...
### Broken link 1. Visit http://esotericsoftware.com/spine-unity 2. Find the sentence "But it also works with 2D Toolkit and can render" 2D Toolkit is a hyperlink that leads to http://www.unikronsoftware.com/2dtoolkit/ and...
Fixed broken link.
spine-unity-animation.md instead of Animation.md
- [x] Write the missing documentation for AttachmentUtilities. - [ ] Also link to this new page from the Miscellaneous page with a practical case question.