Harald Sorry for taking so long to reply, my last weeks were super rushed.
We use spine via UPM with the following URLs:
"com.esotericsoftware.spine.spine-csharp": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-csharp/src#4.1",
"com.esotericsoftware.spine.spine-unity": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine#4.1",
"com.esotericsoftware.spine.timeline": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Modules/com.esotericsoftware.spine.timeline#4.1",
I was checking which specific version we were using when the ArgumentOutOfRangeException
happened and that is it:
"displayName": "spine-unity Runtime",
"version": "4.1.16",
At the moment we are using the older version below and no issue was detected anymore:
"displayName": "spine-unity Runtime",
"version": "4.1.0",
We are gonna keep using this version since I've created a script to make the different parts to follow the original part scale. When things get more calm, I will update it to see if everything is fine.
Thanks for always replying and giving us useful information and fixes.