お世話になっています。
先日8/5に公開された「spine-unity 3.8 2019-08-09」をインポートするとエラーになってしまいます。
こちらのページの
Spine Unity Download: Installing Spine Unity Extension UPM %28Unity Package Manager%29 Packages
下記をダウンロード&インポートしました。
spine-unity 3.8 2019-08-09
https://esotericsoftware.com/files/runtimes/unity/spine-unity-3.8-2019-08-09.unitypackage
①
Assets/Spine/Runtime/spine-unity/Modules/AttachmentTools/AttachmentTools.cs(826,9): error CS1061: Type Spine.Skin' does not contain a definition for
AddAttachment' and no extension method AddAttachment' of type
Spine.Skin' could be found. Are you missing an assembly reference?
②
Assets/Spine/Runtime/spine-unity/Modules/Timeline/SpineSkeletonFlip/SpineSkeletonFlipMixerBehaviour.cs(85,14): error CS0122: `Spine.Skeleton.scaleX' is inaccessible due to its protection level
①と②のエラーが合計13個発生しています。
今回のアップデートで変更のかかった関数と変数名の変更がされていないようです。
- Renamed
Skin.AddAttachment()
toSkin.SetAttachment()
. - Skeleton
flipX/flipY
has been replaced withscaleX/scaleY
. This cleans up applying transforms and is more powerful. Allows scaling a whole skeleton which has bones that disallow scale inheritance
お手数ですが、ご確認いただいてもよろしいでしょうか。