Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
smooth-move
this is a helper node to help interpolate visual nodes transform to follow physic body transform smoothly
Supported Engine Version
3.3
Version String
0.0.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL
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
this is a helper node to help interpolate visual nodes transform to follow physic body transform smoothly
Reviews
Quick Information
smooth-move
this is a helper node to help interpolate visual nodes transform to follow physic body transform smoothly
Supported Engine Version
3.3
Version String
0.0.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL