Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
spline controller is frustrating
#1
I just want to assign a spline and make it play. Why is it so complicated to make it work?

Code:
splineController.Spline = myspline;
splineController.Refresh();
splineController.Position = 0;
splineController.Speed = 1;
while (!splineController.IsInitialized)
{
yield return null;
}
splineController.Play();

NOTHING HAPPENS

how is it done?
www.hawkenking.com - interactive design & game development
Reply


Messages In This Thread
spline controller is frustrating - by hawken - 05-02-2018, 02:31 PM
RE: spline controller is frustrating - by _Aka_ - 05-02-2018, 04:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Set Volume to the Volume Controller at Runtime pako88 2 10 04-08-2024, 03:26 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_

Forum Jump: