-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dexied edited this page Aug 11, 2026
·
8 revisions
Welcome to the Curve Player wiki!
- Download the
Curve Playerplugin from FAB and then enable it in your project.
- If you downloaded the plugin from another source, place it in your project folder. The plugin path will look like this:
YourProject/Plugins/CurvePlayer
The plugin contains several functions:
-
Play Float Curve- Used to play a simple float curve. Double-clicking this node will open the full curve editor.
-
Play Vector Curve- Used to play the Vector curve. Double-clicking this node will open the full curve editor.
-
Play Color Curve- Used to play the Color Curve. Double-clicking this node will open the full curve editor with color selection.
Inputs:
-
Curve Play Speed- The speed at which the curve will play. This value should always be greater than or equal to 0. Typically, PlaySpeed can be set to 0 if you want to pause playback.
-
Curve Direction Mode- The direction of movement along the curve. If Forward, it will play from MinCurveTime to MaxCurveTime. If Backward, it will play from MaxCurveTime to MinCurveTime. MinCurveTime is always equal to the time of the very first key on the curve, and MaxCurveTime is equal to the time of the very last key.
As an example, see the image below. MinCurveTime will be equal to the first key of the red curve, and MaxCurveTime will be equal to the last key of the green curve.
