A versatile node that can keep the target object standing up, hovering on the ground, rise up after falling over etc.
Can also output “is On Ground” which automatically checks if the target object is above the ground by the Hover Distance amount. This can be used for an easy ground-check for features such as a jump action.
Attach to | The target object the effect is applied to |
Enabled |
Enable or disable the node Disabled the Stabalizer will have no effect on the target object |
Dampen Gravity | Dampens the effect of gravity on the object |
Dampen Flying | “Air resistance”. Dampens the object’s directional movement in the air |
Stabilize Upwards | Attempts to keep the object standing up when falling over |
Upwards on Air | Attempts to keep the object pointing upwards when it is in air |
Scale with Object | Scales the effect based on the scale of the target object |
Shape Bottom As Hover Point | Set the bottom of the target object as the hover point |
Hover Distance | How high the object will hover above the ground |
Lifting Force | Force applied to the object to keep it hovering |
Turning Force | Force applied to the object to keep it upright |
Dampen X / Y / Z | Dampens the movement on axis |
Force Downwards | Additional “weight”. Adds constant downwards force to the object |
Quality | Set how frequently the Stabalizer performs it's checks |
Is On Ground |
Executes always when the object is enabled. Outputs value 0 if the object is on air and 1 if the object is on ground |
Here's a link to a demo that shows how to implement and use the Stabilizer node: