Official Sample for Custom Action Plugin

We are sharing official sample plugins for the new Custom Action Plugin feature, available from version 1.3.0!

To install them, simply download the files and place them anywhere within your project folder.

Note: You can also add these by selecting “CustomActionPlugin” as the template when creating a new object.

Custom Actions

Rotate Based on Movement Direction

CA_RotateToMoveDirection.gd (1.7 KB)

Sine Curve Movement

CA_SineCurveMove.gd (2.2 KB)

Push Physics Node (RigidBody)

CA_PushRigidBody.gd (1.3 KB)

Custom Conditions

Transition Based on Light “Brightness”

CC_CheckBrightness.gd (2.4 KB)

Transition When Variable Value Is Within a Certain Range

CC_VariableRange.gd (9.9 KB)

Transition Based on the Result of Arithmetic Operations on Two Variables

CC_VariableCalculationCondition.gd (13.6 KB)

3 Likes