Add schematic nodes for Footstepper and a new ORK 4 Player Footstepper component.
Footstepper is a complete footstep solution for Unity by myself (gamingislove).
These scripts are available for free, the latest version is 1.0.
Adding the Nodes/Component #
Before importing the nodes into your Unity project, make sure you’ve got ORK 4 RPG Framework and Footstepper imported in it. You’ll need at least ORK 4.0.0 and Footstepper 1.8.0.
The nodes will be imported into Assets/Gaming Is Love/ORK Framework 4/Plugins/Scripts/SchematicNodes/Footstepper/, but you can move them to a different location if you want.
After importing, you have the nodes available in schematics in Add Nodes > Movement > Footstepper.
The ORK 4 Player Footstepper component is an alternative Footstepper component, automatically determining if the game object is the player or not, adding a separate mode for non-player Footsteppers.
Available Nodes #
The following nodes are available.
FS Change Mode #
Changes the mode of a Footstepper component.
FS Change Effect Tag #
Changes the effect tag of a Footstepper component.
FS Play Footstep #
Tries playing a footstep on a Footstepper component.

