Hi Harald
I'm getting this error when trying to make a build. :wounded:
error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'Spine.Unity' (are you missing an assembly reference?)
I'm using this namespace to access:
using Spine.Unity.Editor;
SpineEditorUtilities.ReloadSkeletonDataAssetAndComponent(_graphic);
Do you have any ideas ?
I presume the .Editor means it only works in the editor.. is there a runtime equivalent I can use?
I installed the latest runtimes
spine-unity-4.0-2022-06-09.unitypackage
Unity 2021.1.28f1
I can play the game perfectly fine in the editor.
Thanks for your help!