Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i assign spline at runtime
#1
Photo 
see the attachment picture first.

I need to assign spline to curvy controller at runtime.
but there is no such variables. when i access to curvycontroller's instance.

[SerializeField]
private CurvyController controller;

I assigned curvycontroller in the unity editor.
and they worked well. except this problem. 

thanks to read. :-)
Reply
#2
Hi,
CurvyController is the base class from which inherits all the controllers, such as VolumeController and SplineController.
Since you are working with a spline, you need to reference a SplineController, and use its Spline property
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Avoiding runtime GC allocations on control point position change Ell223 8 18 02-24-2024, 10:43 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44

Forum Jump: