Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Index was outside the bounds of the array
#1
Hi,

I'm trying to add simulation to a character but I'm having an issue when I have two actors for one solver. (See Attachment)

Hierarchy(Only the important part):

ClothSolver (ObiLateFixedUpdater + ObiSolver)
----> Character (Animator on Fixed Update)
--------->Jersey (ObiSkinnedCloth + ObiSkinnedClothRenderer)
--------->Pants  (ObiSkinnedCloth + ObiSkinnedClothRenderer)

So if I only have the ObiSkinnedCloth on the Jersey or the Pants it works but when its applied on both I'm getting "Index was outside the bounds of the array".

I can have two actors for one solver right?

Cheers,


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Index was outside the bounds of the array - by arthamas - 20-01-2020, 09:51 PM