08-21-2026, 09:45 PM
Hi Ravigupta,
The examples you listed can be achieved using Curvy Splines.
I think the following is already understood, but just in case: you will have to use the Curvy Splines API to implement all the features you listed. Curvy Splines come with out of the box features that can be set up via the Unity Editor UI, but for extended/customised usages, you will have to code behaviors using the Curvy Splines API. For example, the logic of movement of an object when reaching a junction can be one of the predefined simple logic options included out of the box. But for anything specific to your game, you will have to define a custom junction handler via the Curvy Splines API.
For more information, you can refer to the user manual, specifically the section regarding controllers, and you can also see the API reference, specifically the controllers namespace.
Feel free to ask additional questions if my answer was not clear enough. I hope I was helpful and have a nice day.
PS: You have posted this in the wrong forum section, this one is for Visual Scripting Enhancer, another asset of mine. I will move the post to the Curvy Splines section later.
The examples you listed can be achieved using Curvy Splines.
I think the following is already understood, but just in case: you will have to use the Curvy Splines API to implement all the features you listed. Curvy Splines come with out of the box features that can be set up via the Unity Editor UI, but for extended/customised usages, you will have to code behaviors using the Curvy Splines API. For example, the logic of movement of an object when reaching a junction can be one of the predefined simple logic options included out of the box. But for anything specific to your game, you will have to define a custom junction handler via the Curvy Splines API.
For more information, you can refer to the user manual, specifically the section regarding controllers, and you can also see the API reference, specifically the controllers namespace.
Feel free to ask additional questions if my answer was not clear enough. I hope I was helpful and have a nice day.
PS: You have posted this in the wrong forum section, this one is for Visual Scripting Enhancer, another asset of mine. I will move the post to the Curvy Splines section later.
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.

