Search Unity

Is anyone still having an issue with Blender and importing Animations?

Discussion in 'Asset Importing & Exporting' started by Loki18000, May 16, 2020.

  1. Loki18000

    Loki18000

    Joined:
    Apr 1, 2015
    Posts:
    75
    Hello!

    Is anyone else getting the Blender animations import error? I know its been an issue for awhile with Unity but it doesn't seem that many are speaking about it.

    The issue is when a model is imported into Unity none of the animations are with it and it throws a group of errors.

    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.ModelImporterClipEditor.FindNextAvailableName (System.String baseName) (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterClipEditor.MakeUniqueClipName (System.String name) (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterClipEditor.AddClip (UnityEditor.TakeInfo takeInfo) (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterClipEditor.SetupDefaultClips () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterClipEditor.OnEnable () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.AssetImporterTabbedEditor.OnEnable () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterEditor.OnEnable () (at <9a184ab867bb42c296d20ace04f48df3>:0)

    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.ModelImporterClipEditor.AnimationClipGUI () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterClipEditor.OnInspectorGUI () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.AssetImporterTabbedEditor.OnInspectorGUI () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.ModelImporterEditor.OnInspectorGUI () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEditor.UIElements.InspectorElement+<>c__DisplayClass55_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <9a184ab867bb42c296d20ace04f48df3>:0)
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    I thought it was just with Blender 2.8 but now its doing it with all versions of Blender so the issue is with Unity. I've sent a bug report to Unity but nothing back for over a month. Is it time to move onto a new 3D software or onto Unreal engine?