Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ease in/out ? Pause on path?
#1
I'm about to buy curvy, looks great. Before i do I need to know if it can do easing in/out. I want to start a spline path slow for a camera then pause and resume. I looked through the online manual but didn't see anything about easing or controlling the speed of an object or control point. I will be using it with playmaker.
Thanks!
Reply
#2
(09-12-2013, 07:05 AM)Drewmoney Wrote: I'm about to buy curvy, looks great. Before i do I need to know if it can do easing in/out. I want to start a spline path slow for a camera then pause and resume. I looked through the online manual but didn't see anything about easing or controlling the speed of an object or control point. I will be using it with playmaker.
Thanks!
(quoting my answer from Unity's forum):
Quote:This functionality isn't builtin. However, there's a SplineWalker script that shows how to travel along a spline. It's easy to copy&paste that into your custom movement component and apply an easing to the speed property (using iTween or whatever), when you need it. Even build a spline controller from scratch is easy, getting position & rotation from a spline just involves two methods and the example components are well documented.

Regarding Playmaker: you can move an object with the CurvyMoveAlongSpline action and bind the speed parameter to a variable that you manipulate somehow (iTween etc..).

Jake
Reply
#3
Thanks, might have to try that soon... Anyone else done this type of setup?

(09-12-2013, 08:42 AM)Jake Wrote:
(09-12-2013, 07:05 AM)Drewmoney Wrote: I'm about to buy curvy, looks great. Before i do I need to know if it can do easing in/out. I want to start a spline path slow for a camera then pause and resume. I looked through the online manual but didn't see anything about easing or controlling the speed of an object or control point. I will be using it with playmaker.
Thanks!
(quoting my answer from Unity's forum):
Quote:This functionality isn't builtin. However, there's a SplineWalker script that shows how to travel along a spline. It's easy to copy&paste that into your custom movement component and apply an easing to the speed property (using iTween or whatever), when you need it. Even build a spline controller from scratch is easy, getting position & rotation from a spline just involves two methods and the example components are well documented.

Regarding Playmaker: you can move an object with the CurvyMoveAlongSpline action and bind the speed parameter to a variable that you manipulate somehow (iTween etc..).

Jake
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Duplicate Prefab along path rickgplus 1 129 01-23-2025, 10:09 AM
Last Post: _Aka_
  Can't set CG Path Controller j95677 4 113 10-04-2024, 06:55 PM
Last Post: j95677
  Rasterized Path Range issue proton 7 138 04-30-2024, 11:17 AM
Last Post: _Aka_
  Incorrect mesh alignment after extrusion on curved path Thinkurvy 10 188 04-17-2024, 10:57 AM
Last Post: _Aka_

Forum Jump: