15-09-2020, 03:49 PM
Hello!
I have this error in unity 2019.4.8f1:
What i must do, for fix it?
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.Meshet_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?