Unity

Unityでビルド時にエラーが出る : Type '[Assembly-CSharp]AAAAA' has an extra field 'BBBBB' of type 'System.Int32' in the player and thus can't be serialized (expected 'CCCCC' of type 'string[]')

こんな感じのエラーを直した Type '[Assembly-CSharp]BaseClass' has an extra field 'ArrayCursor' of type 'System.Int32' in the player and thus can't be serialized (expected 'NameArray' of type 'string[]') UnityEngine.GUIUtility:ProcessEvent(I…

UnityでNDK r20bが使えない

今PCにあるUnityのバージョンはUnity 2019.2.19f1 answers.unity.com上記の回答の通り使えないらしいし、実際自分もr20bダウンロードしてUnityにパスを教えたら「r16b以外認めない」というエラーで返された ので、現時点では素直に過去バージョンのNDKである…