Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample Scene Errors - Unity Version 2017.3.0f3
#1
Heyo

Just picked up Obi Rope today.
there were some errors with the sample scenes, so I tried just throwing the asset on an isolated project by itself, and am still getting the error.

line 408
ObiSolver.cs

the particleIndices array length is longer than the CurrentActor.active length, so it is getting Array index is out of range.

I tried just breaking the loop if was beyond the actor length, but that produces some strange results.



Daniel
Reply


Messages In This Thread
Sample Scene Errors - Unity Version 2017.3.0f3 - by dgooding - 21-12-2017, 12:03 AM