UMA Integrations Error

gaoguangxi

New member
I Use Bone Builder To Integration UMA ,Report Error
NullReferenceException: Object reference not set to an instance of an object
UMA.UMASkeleton.AddBonesRecursive (UnityEngine.Transform transform, UMA.UMAGeneratorBase umaGenerator) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMASkeleton.cs:144)
 
What is the full stack trace of the error? With that said, that looks like an error within UMA - I would try to ask the developer of UMA to determine the cause.
 
Thank You ,this is full stack trace of the error

NullReferenceException: Object reference not set to an instance of an object
UMA.UMASkeleton.AddBonesRecursive (UnityEngine.Transform transform, UMA.UMAGeneratorBase umaGenerator) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMASkeleton.cs:144)
UMA.UMASkeleton..ctor (UnityEngine.Transform rootBone, UMA.UMAGeneratorBase umaGenerator) (at Assets/UMA/Core/StandardAssets/UMA/Scripts/UMASkeleton.cs:88)
UMA.Editors.UmaBoneBuilderWindow.EnsureRoot () (at Assets/UMA/Core/Editor/Extensions/DynamicCharacterSystem/UmaBoneBuilderWindow.cs:297)
UMA.Editors.UmaBoneBuilderWindow.OnGUI () (at Assets/UMA/Core/Editor/Extensions/DynamicCharacterSystem/UmaBoneBuilderWindow.cs:147)微信图片编辑_20241015191215.jpg
 
Last edited:
Thanks, based off of the callstack it's completely on the UMA side of things so I would ask them about it.
 
Back
Top