Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problematic Curvy API
Post: RE: Problematic Curvy API

You are welcome, my pleasure :)
_Aka_ Curvy Splines - support forum 5 12 09-21-2023, 08:40 AM
    Thread: Problematic Curvy API
Post: RE: Problematic Curvy API

You are welcome. And don't worry about sounding harsh or rude, no offense taken. 1- You seem to be using a version prior to 8.0.0. This version brought a lot of useful features that you might be in...
_Aka_ Curvy Splines - support forum 5 12 09-20-2023, 09:29 AM
    Thread: Problematic Curvy API
Post: RE: Problematic Curvy API

Hi I would like to discuss with you some points before taking any action. I will subdivide my answer in numbered points to make it easier for us to discuss: To clarify, the Array.Add and Array.A...
_Aka_ Curvy Splines - support forum 5 12 09-18-2023, 10:19 AM
    Thread: Changing Lanes
Post: RE: Changing Lanes

Hi I could not run your project properly since you seem to have forgotten the script machine asset associated with the ship controller. Regardless, I see three ways of implementing lanes. Assumi...
_Aka_ Curvy Splines - support forum 1 8 09-17-2023, 08:23 PM
    Thread: How could I manually set the bound?
Post: RE: How could I manually set the bound?

When using a Volume Spots module, the bounds of a gameobject is defined as the bounding box englobing the meshes and colliders of the input gameobject and its children. The code is defined in CGGameOb...
_Aka_ Curvy Splines - support forum 1 6 09-17-2023, 10:11 AM
    Thread: I want to know how many times the texture repeats.
Post: RE: I want to know how many times the texture repe...

You are welcome.
_Aka_ Curvy Splines - support forum 5 10 09-17-2023, 09:56 AM
    Thread: animating points on a spline
Post: RE: animating points on a spline

Hi Antonio Wrote: (09-14-2023, 03:08 PM) -- :( Thanks for letting me know. I am just starting with Unity and although I love it I have so much to learn. When exporting a package, if i click off "i...
_Aka_ Curvy Splines - support forum 11 18 09-17-2023, 09:55 AM
    Thread: animating points on a spline
Post: RE: animating points on a spline

The Spline To Mesh editor tool creates a mesh based on the spline as it is when using the tool. It does not update the mesh when the spline is updated. I see two solutions to achieve what you want:...
_Aka_ Curvy Splines - support forum 11 18 09-13-2023, 01:12 PM
    Thread: animating points on a spline
Post: RE: animating points on a spline

Hi Antonio. I received the file you uploaded. I will take a look at it later today. Will keep you updated. Please pay special attention, when sharing files publicly, to not share copyrighted content ...
_Aka_ Curvy Splines - support forum 11 18 09-13-2023, 12:53 PM
    Thread: animating points on a spline
Post: RE: animating points on a spline

Please send me a reproduction case and I will take a look at it.
_Aka_ Curvy Splines - support forum 11 18 09-13-2023, 09:47 AM
    Thread: animating points on a spline
Post: RE: animating points on a spline

Yes, using the Spline to Mesh tool. More about it here: https://curvyeditor.com/documentation/toolbar/start#tools
_Aka_ Curvy Splines - support forum 11 18 09-12-2023, 05:08 PM
    Thread: animating points on a spline
Post: RE: animating points on a spline

About your question in the email (the spline not updating even when the CP is animated): Make sure the spline's "Check Transform" setting in its inspector is set to true. If you open example scene 2...
_Aka_ Curvy Splines - support forum 11 18 09-12-2023, 03:02 PM
    Thread: animating points on a spline
Post: RE: animating points on a spline

Hi Control Points use their transforms to define the position. So simply animate the transforms and you should be fine. Let me know if you encounter any issue. Have a nice day
_Aka_ Curvy Splines - support forum 11 18 09-12-2023, 02:54 PM
    Thread: I want to know how many times the texture repeats.
Post: RE: I want to know how many times the texture repe...

yanke Wrote: (09-09-2023, 11:25 PM) -- Thank you for your response. I currently have the Scale for Shape Extrusion set to 10 for both XY, but when I change it, the number of textures changes, so I a...
_Aka_ Curvy Splines - support forum 5 10 09-11-2023, 10:57 AM
    Thread: I want to know how many times the texture repeats.
Post: RE: I want to know how many times the texture repe...

Hi The number of repeating with your setting should be equal to 240/19.14, which is roughly 12. I can't think of a reason for why you have only 6. The code responsible for those calculations is locat...
_Aka_ Curvy Splines - support forum 5 10 09-09-2023, 09:02 AM
    Thread: Does Curvy has gameobjects pooling system function?
Post: RE: Does Curvy has gameobjects pooling system func...

Q1- Yes, correct Q2 - The second generator will use its own pool. Pooled objects are set as hidden children of the pooling game object. To see them, enable the Debug Mode value in the pool's inspecto...
_Aka_ Curvy Splines - support forum 7 13 09-07-2023, 12:43 PM
    Thread: Does Curvy has gameobjects pooling system function?
Post: RE: Does Curvy has gameobjects pooling system func...

There is no On/Off switch, but you can set its parameters so that no object is created. For example by setting both min and max count to 0. Here are the list of parameters of the Component pool for ex...
_Aka_ Curvy Splines - support forum 7 13 09-07-2023, 08:34 AM
    Thread: OnSplineCreated or similar
Post: RE: OnSplineCreated or similar

arcadeperfect Wrote: (09-06-2023, 02:10 PM) -- _Aka_ Wrote: (09-06-2023, 08:23 AM) -- Hi There is no such event for now. Those spline you want to be aware of, how are they created? API or editor? ...
_Aka_ Curvy Splines - support forum 4 10 09-07-2023, 08:30 AM
    Thread: OnSplineCreated or similar
Post: RE: OnSplineCreated or similar

Hi There is no such event for now. Those spline you want to be aware of, how are they created? API or editor?
_Aka_ Curvy Splines - support forum 4 10 09-06-2023, 08:23 AM
    Thread: Getting object on spline Position when Spline has coordinates larger than 2000
Post: RE: Getting object on spline Position when Spline ...

Glad to read that. I see that, having a point A, you first get B, which is the nearest point to A on the spline, then you get TFB, the TF of B. You can simplify this by directly getting TFA, the TF o...
_Aka_ Curvy Splines - support forum 5 8 09-04-2023, 05:35 PM