Hello
In Spine Editor 2.1.18
- Create a slot
- Add graphic to slot
- In region edit path to file
- For example my path to file is clothes/glasses
- I edit it to "clothes/glasses " <
white space on the end
Everything is working in Spine Editor
Export to Json
Now when we use Spine runtimes for cocos2dx (from github not build ones to cocos2dx) w get assert that can;t find region clothes/glasses.
When i check exported Json i can see this region ("clothes/glasses ") but probably because of whitespace it doesn't work
I suggest trim paths/names 🙂
Also simlar bug is with char "-" in slots names.
Sorry the file name contains whitespaces. But if file contains "-" also spine runtimes can't find region 🙁