ArisStudio / ArisStudio_Legacy

做你自己的碧蓝档案故事 | Make your own BlueArchive story(deprecated)
https://github.com/ArisStudio/ArisStudio_Legacy/wiki
GNU General Public License v3.0
255 stars 28 forks source link

unity專案有class缺失 #10

Closed chris312319 closed 1 year ago

chris312319 commented 1 year ago

開啟unity專案後報錯 SkeletonBinary和SkeletonJson缺失 尚不確定是否有其他也缺失了 請問是特意移除的嬤

Tualin14 commented 1 year ago

那俩在

这里

看来是修改这俩文件时给忽略了

chris312319 commented 1 year ago

那俩在

这里

看来是修改这俩文件时给忽略了

感謝大佬!因為也想做個編輯器 想參考大老的做法

kiraio-moe commented 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.

chris312319 commented 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.

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 ^^

Tualin14 commented 1 year ago

源码中不带有 Spine 库 可自行下载 spine-unity 3.8 for Unity 2017.1-2020.3,并将 Spine 添加到项目中。