ALL UNITY3D USERS HELP ME!

Hi, I am using Unity3D for my game and I just added in character animations and now whenever I go to run the game this error comes up:

NullReferenceException: (null)
UnityEditor.SerializedObject..ctor (UnityEngine.Object[] objs) (at C:/buildslave/unity/build/artifacts/generated/common/editor/SerializedPropertyBindings.gen.cs:72)
UnityEditor.AssetImporterInspector.GetSerializedObjectInternal () (at C:/buildslave/unity/build/Editor/Mono/ImportSettings/AssetImporterInspector.cs:57)
UnityEditor.Editor.get_serializedObject () (at C:/buildslave/unity/build/artifacts/generated/common/editor/EditorBindings.gen.cs:142)
UnityEditor.ModelImporterClipEditor.OnEnable () (at C:/buildslave/unity/build/Editor/Mono/ImportSettings/ModelImporterClipEditor.cs:114)

I really need help with this because I want to get started on Level Design but I need to fix this first…

Comments

19. Apr 2015 · 17:50 UTC
There’s a null somewhere. I would start disabling objects until you don’t get the error, then gradually re-enable them until it comes back. That will help narrow down where to look for the problem.