- Düzenlendi
Unity Android Build - Update() Can not take parameter
Hi, I'm building with latest runtime for Android and get error bellow. Any idea why it does not work? Is there fix on the way?
Script Error (Skeleton Animation) : Update() Can not take parameter.
I'm using spine 3.6.2018-12-12 and unity 2018.4.2f. I tried to add "public" to the update method but it didn't work.
Thank you very much.
I'm afraid you are combining incompatible versions of the spine-unity runtime and Unity. The download page lists the last 3.6 spine-unity version to be compatible with: Unity 5.6-2018.2
. Unity has performed some major changes in regards to the Editor UI API in Unity 2018.3.
So your options are:
a) upgrade spine-unity to version 3.7 or newer, or
b) downgrade Unity to 2018.2 or older.