Hi @Harald apologies for the late reply, wasnt feeling well yesterday
And super sorry on the version number , 2022.3.21f1 , not 23
So to your first question, I innitially deleted all previous versions of spine (which were installed via unity package) And i did the Package manager route
http://en.esotericsoftware.com/spine-unity#Alternative-Installation-via-Package-Manager
- Installling via using "EsotericSoftware/spine-runtimes.git?path=spine-csharp/src4.2" which gave me the C Sharp runtime 4.2.23
- Then I used the follow up instructions http://en.esotericsoftware.com/spine-unity-download
"Use this package if you have installed spine-unity via UPM packages using the Package Manager, instead of from a unitypackage. Compatible with spine-unity 4.2 and Unity 2017.1-2023.1.
Add package from git URL:"
"EsotericSoftware/spine-runtimes.git?path=spine-unity/Modules/com.esotericsoftware.spine.timeline#4.2"
Which gave me the timeline extension which wasn't compatible (version 4.2.15 seen in screenshots above)
(i ran update on both too, no change)
So I posted here, and then I undid those changes so I went the manual route.
And by that I mean , from the unity-package page
- i got the latest .unitypackage Package version: spine-unity-4.2-2024-05-07.unitypackage
- And then I got the newest version of the timeline unity package which was
Package version: com.esotericsoftware.spine.timeline-4.2-2024-04-17.zip
Which on testing works and is functioning fine with Spine runtime on the scene i tested with.
The errors we're getting are from
/Assets/Spine/Editor/spine-unity/Editor/Asset Types/SpineAtlasAssetInspector.cs
Line 319
Of the newest runtime I could download at the time.
You can get it from https://unity.com/releases/editor/archive
Does this help?
Where would you recomend i insert that code?
Currently on updating the project/opening from 21 to 22 (to the version above) it enters safe mode due to the errors