Search Unity

SkinnedMeshRenderer: Body not found

Discussion in 'Formats & External Tools' started by sabrinabm, Jan 8, 2021.

  1. sabrinabm

    sabrinabm

    Joined:
    Jan 8, 2021
    Posts:
    1
    Hi

    I am editing an avatar made in VRM on Unity, but I am having the following error messages in the log when I go to play mode.

    I have a body part called body.

    Imagem: https://ibb.co/GpSFn2X

    Would anyone know what it means?

    All log:

    SkinnedMeshRenderer: Body not found
    UnityEngine.Debug:LogWarningFormat(String, Object[])
    VRM.BlendShapeBindingMerger:.ctor(Dictionary`2, Transform) (at Assets/VRM/Runtime/BlendShape/BlendShapeBindingMerger.cs:73)
    VRM.BlendShapeMerger:.ctor(IEnumerable`1, Transform) (at Assets/VRM/Runtime/BlendShape/BlendShapeMerger.cs:37)
    VRM.VRMBlendShapeProxy:Start() (at Assets/VRM/Runtime/BlendShape/VRMBlendShapeProxy.cs:35)


    NullReferenceException: Object reference not set to an instance of an object
    VRM.BlendShapeBindingMerger..ctor (System.Collections.Generic.Dictionary`2[TKey,TValue] clipMap, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeBindingMerger.cs:58)
    VRM.BlendShapeMerger..ctor (System.Collections.Generic.IEnumerable`1[T] clips, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeMerger.cs:37)
    VRM.VRMBlendShapeProxy.Start () (at Assets/VRM/Runtime/BlendShape/VRMBlendShapeProxy.cs:35)

    NullReferenceException: Object reference not set to an instance of an object
    VRM.BlendShapeBindingMerger..ctor (System.Collections.Generic.Dictionary`2[TKey,TValue] clipMap, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeBindingMerger.cs:58)
    VRM.BlendShapeMerger..ctor (System.Collections.Generic.IEnumerable`1[T] clips, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeMerger.cs:37)
    VRM.VRMBlendShapeProxy.Start () (at Assets/VRM/Runtime/BlendShape/VRMBlendShapeProxy.cs:35)


    NullReferenceException: Object reference not set to an instance of an object
    VRM.BlendShapeBindingMerger..ctor (System.Collections.Generic.Dictionary`2[TKey,TValue] clipMap, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeBindingMerger.cs:58)
    VRM.BlendShapeMerger..ctor (System.Collections.Generic.IEnumerable`1[T] clips, UnityEngine.Transform root) (at Assets/VRM/Runtime/BlendShape/BlendShapeMerger.cs:37)
    VRM.VRMBlendShapeProxy.Start () (at Assets/VRM/Runtime/BlendShape/VRMBlendShapeProxy.cs:35)
     
  2. BrandyStarbrite

    BrandyStarbrite

    Joined:
    Aug 4, 2013
    Posts:
    2,076
    Try this.
    https://support.unity.com/hc/en-us/articles/206369473-NullReferenceException
     
  3. SassyLass

    SassyLass

    Joined:
    Nov 9, 2021
    Posts:
    1

    Did you ever find out how to fix it?