Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Trying to add DistanceConstraint for my TearableCloth but getting IndexOutOfRange
#14
(05-08-2022, 08:48 PM)snowtv Wrote: Hi, I applied the changes. And I'm having the following error:

Code:
System.IndexOutOfRangeException: Index {0} is out of range of '{1}' Length.
Thrown from job: Obi.BurstDistanceConstraintsBatch.DistanceConstraintsBatchJob
This Exception was thrown from a job compiled with Burst, which has limited exception support. Turn off burst (Jobs -> Burst -> Enable Compilation) to inspect full exceptions & stacktraces.

I applied the same changes I outlined above, but I get no exceptions and the end of the colon mesh is correctly sewn shut. Could you disable Burst (as the error suggests) to see the full stack trace, so that we can see where the error is originating?
Reply


Messages In This Thread
RE: Trying to add DistanceConstraint for my TearableCloth but getting IndexOutOfRange - by josemendez - 08-08-2022, 07:13 AM