Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mesh.boneWeights is out of bounds. The supplied array needs to be the same size as th
#1
Triste 
Hello!

I have this error in unity 2019.4.8f1:


Quote:Mesh.boneWeights is out of bounds. The supplied array needs to be the same size as the Mesh.vertices array.
UnityEngine.MeshConfundidoet_boneWeights(BoneWeight[])
Obi.ObiSoftbodySkinner:AppendBoneWeights() (at Assets/Obi/Scripts/Softbody/Rendering/ObiSoftbodySkinner.cs:288)
Obi.ObiSoftbodySkinner:CreateBones() (at Assets/Obi/Scripts/Softbody/Rendering/ObiSoftbodySkinner.cs:83)
Obi.ObiSoftbodySkinner:UpdateBones(ObiActor) (at Assets/Obi/Scripts/Softbody/Rendering/ObiSoftbodySkinner.cs:137)
Obi.ObiActor:Interpolate() (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:1012)
Obi.ObiSoftbody:Interpolate() (at Assets/Obi/Scripts/Softbody/Actors/ObiSoftbody.cs:243)
Obi.ObiSolver:Interpolate(Single, Single) (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1512)
Obi.ObiUpdater:Interpolate(Single, Single) (at Assets/Obi/Scripts/Common/Updaters/ObiUpdater.cs:115)
Obi.ObiFixedUpdater:Update() (at Assets/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:79)



What i must do, for fix it?
Reply


Messages In This Thread
Mesh.boneWeights is out of bounds. The supplied array needs to be the same size as th - by zudva - 15-09-2020, 03:49 PM