Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CurvySpline cannot find its own segments
#2
Could you please add a check to see if inSpline is fully initialized?



Code:
Debug.Log(inSpline.IsInitialized);

If not, simply use the default Start()-mechanism to wait for it's initialization (a.k.a. while (!spline.IsInitialized) yield return 0; ). If it's initialized, further investigation is needed.

 
Reply


Messages In This Thread

Possibly Related Threads…
Thread Author Replies Views Last Post
  Destroying curvyspline instances jmh1804 5 3,387 09-18-2024, 07:52 AM
Last Post: _Aka_
  CurvySpline Optimize Candy 1 1,648 08-02-2024, 08:35 AM
Last Post: _Aka_
  I have a question about curvySpline haifeng.huang 12 7,896 07-14-2023, 09:34 AM
Last Post: _Aka_
  "Deadloop in CurvySPline.Refresh" spam Valkymaera 3 2,482 05-30-2023, 10:56 AM
Last Post: _Aka_

Forum Jump: