Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Relative Scaling
Post: RE: Relative Scaling

i'am sorry for asking for exemple because my mathematical is old school and i lost my day on it so help is welcome based on generator transform scale when i scale i call fonction cSCircl...
kilik Curvy Splines - support forum 4 4,064 02-05-2019, 05:52 PM
    Thread: Relative Scaling
Post: Relative Scaling

Hi i try get relative scaling so i have try  when i change parent of input spline shape and duplicate my generator i lost reference i try right this script  https://puu.sh/CHybV/0015d8730a...
kilik Curvy Splines - support forum 4 4,064 02-05-2019, 10:02 AM
    Thread: Issues with 2018.3.0f2
Post: RE: Issues with 2018.3.0f2

:) i got editorapplication error when try build  on android with unity 2018.3.0f2 and last curvy try fix my self need help thank'
kilik Curvy Splines - support forum 9 11,468 01-25-2019, 12:57 PM
    Thread: Paint Spline Sample
Post: RE: Paint Spline Sample

thank's sorry got another bug when after end path restart is super speed
kilik Curvy Splines - support forum 2 4,312 02-01-2017, 09:56 AM
    Thread: Paint Spline Sample
Post: Paint Spline Sample

Hi i try use Paint Spline Sample on reset                         Controller.Prepare();// set the Controller to start objet transform move back on center any way to fix that's please https...
kilik Curvy Splines - support forum 2 4,312 01-29-2017, 06:31 PM
    Thread: Make cross 4 way
Post: Make cross 4 way

I need know how i can toggle the heading of control point in connection for make 4 way change direction on control point reached ? it's clear ?
kilik Curvy Splines - support forum 2 4,271 02-26-2016, 10:46 AM
    Thread: i don't find what is need
Post: RE: i don't find what is need

Yes Look Trouble with volumecontroller for refresh .-! ? any help is welcome it's working in editor and not in run vc.InitialPosition = craft[gg].icipos; vc.CrossInitialPosition = craft[gg].cro...
kilik Curvy Splines - support forum 4 6,939 02-10-2016, 02:12 PM
    Thread: i don't find what is need
Post: RE: i don't find what is need

[hr] Any to convert Tf to world value please ? vc.Stop(); vc.Position = ISpline.me.Point_Spline +replace; vc.InitialPosition = ISpline.me.Point_Spline +replace; vc.Play(); vc.Refresh();...
kilik Curvy Splines - support forum 4 6,939 02-09-2016, 01:25 PM
    Thread: i don't find what is need
Post: RE: i don't find what is need

I more close to goal now i got clamp when i set vc.CrossInitialPosition = craft[gg].cross;
kilik Curvy Splines - support forum 4 6,939 02-09-2016, 08:08 AM
    Thread: i don't find what is need
Post: RE: i don't find what is need

in VolumeController script how the the volume by script ? [hr] vc.OrientationMode = CurvyOrientation.None; say Assets/FastPos.cs(61,55): error CS0117: `FluffyUnderware.Curvy.CurvyOrientation' does no...
kilik Curvy Splines - support forum 4 6,939 02-09-2016, 07:15 AM
    Thread: i don't find what is need
Post: i don't find what is need

for if need reverse spline we need another spline ? with VolumeControllerInput or PathController ?
kilik Curvy Splines - support forum 4 6,939 02-08-2016, 11:42 PM
    Thread: Unity Crash on Curvy Default Event Handler
Post: RE: Unity Crash on Curvy Default Event Handler

hi got lot of crash on start the curve is not refresh inplay have try refresh manuel public FluffyUnderware.Curvy.Generator.CurvyGenerator gg; public CurvySpline mSpline; // Use thi...
kilik Curvy Splines - support forum 6 10,622 01-20-2016, 08:10 PM
    Thread: demo train
Post: RE: demo train

Any way to keep prefab on duplicate along path
kilik Curvy Splines - support forum 2 4,692 10-01-2015, 06:28 PM
    Thread: demo train
Post: demo train

i try reproduce connect for train but it's very hard any easy way
kilik Curvy Splines - support forum 2 4,692 09-30-2015, 11:50 PM
    Thread: How to find a point a distance ahead on the spline?
Post: RE: How to find a point a distance ahead on the sp...

i think's it's what's i need somone can confirm ~~
kilik Curvy Splines - support forum 4 8,268 05-07-2015, 11:10 PM
    Thread: closed TF on spline
Post: closed TF on spline

hi when i use curve.GetNearestPointTF ()  it's result position of point but don't found the closedtf on the spline ?  any help please 
kilik Curvy Splines - support forum 1 3,985 05-05-2015, 10:59 PM
    Thread: FollowSpline Speed Question
Post: RE: FollowSpline Speed Question

'Jake' Wrote: (06-14-2014, 06:03 PM) -- FollowSpline.Speed is a public field, so you can change it from anywhere. Just store a reference to the script instance in your custom script, then change Spee...
kilik Curvy Splines - support forum 3 7,357 07-30-2014, 12:45 PM
    Thread: destroyin metod
Post: destroyin metod

hi i have try create to create in run time spline for make infinite runner void Start () {  onpos = startpos;   //InvokeRepeating (Spl(),1,1);   InvokeRepeating ( "Spl",1,1); } void Spl (){  curve.D...
kilik Curvy Splines - support forum 0 3,281 07-01-2014, 11:47 AM
    Thread: Dynamics object along the curve
Post: RE: Dynamics object along the curve

  if (mSpline.Count > 1) {    Walker.enabled =  (true);    float pos = Walker.CurrentTF ;    Debug.Log ("pos "+pos /Walker.Initial.MaxDistance);    if (Walker.Initial.MaxDistance/pos  > 0.9f){    Walk...
kilik Curvy Splines - support forum 4 8,168 05-06-2014, 01:24 PM
    Thread: Dynamics object along the curve
Post: RE: Dynamics object along the curve

thank's yes i have add that's  CurvySplineSegment[]  sp = mSpline.Add (vv); when i try sp[1] for transform position i say somethink's i try understand the doc [hr] it's possible to set the % follow ...
kilik Curvy Splines - support forum 4 8,168 05-06-2014, 12:34 PM