Hello All,
I recently tried to update my player model the same way I have been for months. (Export from blender and FBX that over rides the asset within the unity folder) This has worked flawlessly for months…
Now upon import I receive the following Error:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ModelImporterClipEditor.AnimationClipGUI () (at <6f28216fea9f453abf2e05b770ed3ee4>:0)
UnityEditor.ModelImporterClipEditor.OnInspectorGUI () (at <6f28216fea9f453abf2e05b770ed3ee4>:0)
UnityEditor.AssetImporterTabbedEditor.OnInspectorGUI () (at <6f28216fea9f453abf2e05b770ed3ee4>:0)
UnityEditor.ModelImporterEditor.OnInspectorGUI () (at <6f28216fea9f453abf2e05b770ed3ee4>:0)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass55_0.b__0 () (at <6f28216fea9f453abf2e05b770ed3ee4>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
I’ve tried using older working Blender Files as well to no avail.
Anyone else encountering this problem?
Best,