Search Unity

Bug Error SerializedObjectNotCreatableException: Object at index 0 is null

Discussion in 'Editor & General Support' started by Gapa, Mar 10, 2023.

  1. Gapa

    Gapa

    Joined:
    Dec 11, 2012
    Posts:
    27
    When I opened the project the next day I got this error when I click Play.
    I try to close all the Inspector window did not work.

    SerializedObjectNotCreatableException: Object at index 0 is null
    UnityEditor.Editor.CreateSerializedObject () (at <83719566e1474cd8800c02cd178db127>:0)
    UnityEditor.Editor.GetSerializedObjectInternal () (at <83719566e1474cd8800c02cd178db127>:0)
    UnityEditor.Editor.get_serializedObject () (at <83719566e1474cd8800c02cd178db127>:0)
    UnityEditor.Collider3DEditorBase.OnEnable () (at <83719566e1474cd8800c02cd178db127>:0)
    UnityEditor.CapsuleColliderEditor.OnEnable () (at <83719566e1474cd8800c02cd178db127>:0)

    Anyone know how to fix this?