smooth_move
smooth_move copied to clipboard
Godot plugin for movement interpolation
Smooth Move
Interpolate transform for smooth movement and rotation
Status:
0.0.1
Install:
- Clone or download the repository.
- Create a folder called addons in your project.
- copy and paste the folders "smooth_move" into that folder.
- Go to Project -> Project Settings -> Plugins and activate the plugin.
Usage
- Add SmoothMove2D or SmoothMove3D as child
- Set Follow Target to node you want to target
- Add nodes you want as child of SmoothMove2D / SmoothMove2D. This can be Sprite, Mesh, Camera and others
Misc
- The plugin comes with two demos for 2D and 3D