Hi,
I'm building a small web util with the latest version of spine-js from githup for our artists to check their deliveries. From the spine-runtimes code repository I found spine-turbulenz, I managed to run the sample code.
However when I try it with my skeleton (which has a sinned mesh) it failed to render, from the console I saw error "ReferenceError: regionU2 is not defined". I check the source code, the error is from spine.SkinnedMeshAttachment.updateUVS, clearly some variables need to be prefixed with "this.".
But the skeleton still cannot render even after I fix the error, for my case spine.SkinnedMeshAttachment.regionUVs is set to an integer but it should be an array.
I've attached the skeleton file, any help would be appreciated.