07-11-2020, 09:05 AM
Hi,
I notice whenever I open my project, or after pressing stop if it's running, I get lots of this error. It runs fine so I am not sure if it's a big deal but it's a bit annoying seeing it fill the console every time I open the project. Like I say no run-time errors at all it's only when I press stop or on loading the project. Is there something obvious I am missing that would stop this from happening? I did search the forum and Google but couldn't find anything.
Full error (latest version of Curvy and Unity):
[Curvy] Calling TeleportBy on a controller that is stopped. Please make the controller play first
UnityEngine.Debug:LogError(Object)
FluffyUnderware.DevTools.DTLog:LogError(Object) (at Assets/Plugins/DevTools/Classes/DTUtility.cs:848)
FluffyUnderware.Curvy.Controllers.CurvyController:TeleportBy(Single, MovementDirection) (at Assets/Plugins/Curvy/Controllers/CurvyController.cs:1042)
FluffyUnderware.Curvy.Examples.TrainCarManager:LateUpdate() (at Assets/Plugins/Curvy Examples/Scripts/TrainCarManager.cs:67)
Thanks
I notice whenever I open my project, or after pressing stop if it's running, I get lots of this error. It runs fine so I am not sure if it's a big deal but it's a bit annoying seeing it fill the console every time I open the project. Like I say no run-time errors at all it's only when I press stop or on loading the project. Is there something obvious I am missing that would stop this from happening? I did search the forum and Google but couldn't find anything.
Full error (latest version of Curvy and Unity):
[Curvy] Calling TeleportBy on a controller that is stopped. Please make the controller play first
UnityEngine.Debug:LogError(Object)
FluffyUnderware.DevTools.DTLog:LogError(Object) (at Assets/Plugins/DevTools/Classes/DTUtility.cs:848)
FluffyUnderware.Curvy.Controllers.CurvyController:TeleportBy(Single, MovementDirection) (at Assets/Plugins/Curvy/Controllers/CurvyController.cs:1042)
FluffyUnderware.Curvy.Examples.TrainCarManager:LateUpdate() (at Assets/Plugins/Curvy Examples/Scripts/TrainCarManager.cs:67)
Thanks