Closed chris312319 closed 1 year ago
那俩在
看来是修改这俩文件时给忽略了
感謝大佬!因為也想做個編輯器 想參考大老的做法
開啟unity專案後報錯 SkeletonBinary和SkeletonJson缺失 尚不確定是否有其他也缺失了 請問是特意移除的嬤
To fix this, delete Spine
folder then download spine-unity 3.8 (https://esotericsoftware.com/files/runtimes/unity/spine-unity-3.8-2021-11-10.unitypackage) and import it again. Don't overwrite existing assets.
Why 3.8? Cause when I try to use the latest version, there will be a NullReferenceException
if there are operations related to the Skeleton which doesn't know where it's coming from even if you debug it. Also the Spine 2D asset/Spr/Live 2D that @Tualin14 provided is produced in Spine Editor v3.8.76.
It's a compatibility issue (https://github.com/EsotericSoftware/spine-runtimes/tree/4.1/spine-unity#spine-version)
spine-unity (4.1) works with data exported from Spine 4.1.xx.
So, if the source is based on v3.8.x, you also need spine-unity 3.8 and so on.
Hope this help :)
Edit:
感謝大佬!因為也想做個編輯器 想參考大老的做法
Oh, looks like you fixed this.
開啟unity專案後報錯 SkeletonBinary和SkeletonJson缺失 尚不確定是否有其他也缺失了 請問是特意移除的嬤
To fix this, delete
Spine
folder then download spine-unity 3.8 (https://esotericsoftware.com/files/runtimes/unity/spine-unity-3.8-2021-11-10.unitypackage) and import it again.Why 3.8? Cause when I try to use the latest version, there will be a
NullReferenceException
if there are operations related to the Skeleton which doesn't know where it's coming from even if you debug it. Also the Spine 2D asset/Spr/Live 2D that @Tualin14 provided is produced in Spine Editor v3.8.76.It's a compatibility issue (https://github.com/EsotericSoftware/spine-runtimes/tree/4.1/spine-unity#spine-version)
spine-unity works with data exported from Spine 4.1.xx.
So, if the source is based on v3.8.x, you also need spine-unity 3.8 and so on.
Hope this help :)
Edit:
感謝大佬!因為也想做個編輯器 想參考大老的做法
Oh, looks like you fixed this.
Thanks for your help too ^^
源码中不带有 Spine 库
可自行下载 spine-unity 3.8 for Unity 2017.1-2020.3,并将 Spine
添加到项目中。
開啟unity專案後報錯 SkeletonBinary和SkeletonJson缺失 尚不確定是否有其他也缺失了 請問是特意移除的嬤