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

This package add a lot of new Node2D and scripts to Godot. These new nodes allows you to quickly prototype your 2D games without coding. All scripts are written in C# and fully tested in Godot 4 (.NET / Mono version).The package comes with a demo scene and a PDF documentation.New 2D nodes are:- AutoMove (Automatically move an object)- AutoRotate (Automatically rotate an object)- DestroyAfterDelay (Destroy object after a defined delay)- Flip (Flip a Sprite)- Follow (Follow an object)- Ladder (Allow player to climb)- Patrol (Waypoints patrol system)- Shooter (Gun system)- SimpleMove (Make a character move and jump)- Spawn (Instantiate a scene)- SpawnRepeating (Instantiate a scene indefinitely)- TorqueMove (Move a wheel)- Trampoline (Make the character jump)
Godot Playground
A lot of new nodes and scripts ready to use.
How to install
Clone repository and copy files in your Godot project then activate the plugin in the project settings.
How to use it
Read the documentation (PDF file).
This package add a lot of new Node2D and scripts to Godot. These new nodes allows you to quickly prototype your 2D games without coding. All scripts are written in C# and fully tested in Godot 4 (.NET / Mono version).
The package comes with a demo scene and a PDF documentation.
New 2D nodes are:
- AutoMove (Automatically move an object)
- AutoRotate (Automatically rotate an object)
- DestroyAfterDelay (Destroy object after a defined delay)
- Flip (Flip a Sprite)
- Follow (Follow an object)
- Ladder (Allow player to climb)
- Patrol (Waypoints patrol system)
- Shooter (Gun system)
- SimpleMove (Make a character move and jump)
- Spawn (Instantiate a scene)
- SpawnRepeating (Instantiate a scene indefinitely)
- TorqueMove (Move a wheel)
- Trampoline (Make the character jump)
Reviews
Quick Information

This package add a lot of new Node2D and scripts to Godot. These new nodes allows you to quickly prototype your 2D games without coding. All scripts are written in C# and fully tested in Godot 4 (.NET / Mono version).The package comes with a demo scene and a PDF documentation.New 2D nodes are:- AutoMove (Automatically move an object)- AutoRotate (Automatically rotate an object)- DestroyAfterDelay (Destroy object after a defined delay)- Flip (Flip a Sprite)- Follow (Follow an object)- Ladder (Allow player to climb)- Patrol (Waypoints patrol system)- Shooter (Gun system)- SimpleMove (Make a character move and jump)- Spawn (Instantiate a scene)- SpawnRepeating (Instantiate a scene indefinitely)- TorqueMove (Move a wheel)- Trampoline (Make the character jump)