Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with backward loop movement
#1
Hi!

Maybe i'm doing something wrong, but i made rounded rectangle looped shape and I have there 2 curvy controllers with auto movement. One has Direction = Forward and Clamping = Loop and works fine, but second has Direction  = Backward and Clamping = Loop, and after controller is reaching last point I receive error:

[Curvy] Infinite loop in Spline Controller's logic. Please raise a Bug Report.
UnityEngine.Debug:LogError(Object)
FluffyUnderware.DevTools.DTLog:LogError(Object) (at Assets/Plugins/DevTools/Classes/DTUtility.cs:800)
FluffyUnderware.Curvy.Controllers.SplineController:EventAwareMove(Single) (at Assets/Plugins/Curvy/Controllers/SplineController.cs:842)
FluffyUnderware.Curvy.Controllers.SplineController:Advance(Single, Single) (at Assets/Plugins/Curvy/Controllers/SplineController.cs:456)
FluffyUnderware.Curvy.Controllers.CurvyController:InitializedApplyDeltaTime(Single) (at Assets/Plugins/Curvy/Controllers/CurvyController.cs:574)
FluffyUnderware.Curvy.Controllers.SplineController:InitializedApplyDeltaTime(Single) (at Assets/Plugins/Curvy/Controllers/SplineController.cs:500)
FluffyUnderware.Curvy.Controllers.CurvyController:ApplyDeltaTime(Single) (at Assets/Plugins/Curvy/Controllers/CurvyController.cs:912)
FluffyUnderware.Curvy.Controllers.CurvyController:Update() (at Assets/Plugins/Curvy/Controllers/CurvyController.cs:511)

There is problem with my setup or this is some kind of bug?

Best!
Reply


Messages In This Thread
Problem with backward loop movement - by Szagi - 11-22-2018, 02:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Connections Problem Juton 3 16 03-06-2024, 10:41 AM
Last Post: _Aka_
  Add noise to spline controller movement DekoGames 2 10 02-06-2024, 01:28 PM
Last Post: DekoGames
Question Setting instantiated object to spline, then starting movement? _RicO 3 9 06-28-2023, 06:01 PM
Last Post: _Aka_
  Switch Spline Problem erenjeagerot 4 11 05-30-2023, 10:49 AM
Last Post: _Aka_

Forum Jump: