Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IndexOutOfRangeException in CurvySplineSegment.LocalFToDistance function
#7
Hi Aka, 

here is the error print out, seems like the program thinks that the obj is at the end of a spline when its not? And no, for this specific spline where the error comes from, theres no connections, at least to my knowledge. Maybe i should just delete this spline and redraw it? 

Code:
idx  + 1: 201  length 201 ; length 2 201
UnityEngine.Debug:LogError(Object)
FluffyUnderware.Curvy.CurvySplineSegment:LocalFToDistance(Single) (at Assets/Michael/Plugins/Curvy/Base/CurvySplineSegment.cs:1401)
FluffyUnderware.Curvy.Controllers.SplineController:MovementCompatibleGetPosition(SplineController, CurvyPositionMode, CurvySplineSegment&, Boolean&, Single) (at Assets/Michael/Plugins/Curvy/Controllers/SplineController.cs:615)
FluffyUnderware.Curvy.Controllers.SplineController:EventAwareMove(Single) (at Assets/Michael/Plugins/Curvy/Controllers/SplineController.cs:722)
FluffyUnderware.Curvy.Controllers.SplineController:Advance(Single, Single) (at Assets/Michael/Plugins/Curvy/Controllers/SplineController.cs:487)
FluffyUnderware.Curvy.Controllers.CurvyController:InitializedApplyDeltaTime(Single) (at Assets/Michael/Plugins/Curvy/Controllers/CurvyController.cs:675)
FluffyUnderware.Curvy.Controllers.SplineController:InitializedApplyDeltaTime(Single) (at Assets/Michael/Plugins/Curvy/Controllers/SplineController.cs:531)
FluffyUnderware.Curvy.Controllers.CurvyController:ApplyDeltaTime(Single) (at Assets/Michael/Plugins/Curvy/Controllers/CurvyController.cs:1014)
FluffyUnderware.Curvy.Controllers.CurvyController:Update() (at Assets/Michael/Plugins/Curvy/Controllers/CurvyController.cs:605)
Reply


Messages In This Thread
RE: IndexOutOfRangeException in CurvySplineSegment.LocalFToDistance function - by mchangxe - 03-12-2021, 03:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Disabling a CurvySplineSegment results in NullRefException Lupos 1 6 10-02-2023, 09:55 AM
Last Post: _Aka_
  Custom CurvySplineSegment prefabs Lupos 1 10 10-02-2023, 09:36 AM
Last Post: _Aka_
  Does Curvy has gameobjects pooling system function? Chanon 7 13 09-07-2023, 12:43 PM
Last Post: _Aka_
  IndexOutOfRangeException in CurvySplineSegment.LocalFToDistance billowe 2 753 09-06-2022, 06:09 AM
Last Post: sambutle

Forum Jump: