Description
Changelog
Reviews (0)
A modular 2D node and character generator plugin designed to streamline your development process in Godot Engine.
If you find yourself constantly creating the same standard node setup for 2D characters, this tool is built for you.
đ Key Features
- One-Click Generation: Instantly creates a
CharacterBody2Dnode with standard hierarchies. - Automatic Collision Setup: Automatically attaches a
CollisionShape2Dto the generated body, saving you tedious clicks. - Ready-to-Use Movement Script: Automatically attaches a basic, clean GDScript for top-down or platformer movement (customizable) to get your prototype moving immediately.
- Modular Design: Built to be clean, lightweight, and easily integrated into any 2D project.
đ ď¸ Installation
- Download the plugin or clone the repository.
- Move the
addons/generatore_nodifolder into your project'saddons/directory. - Go to Project -> Project Settings -> Plugins and enable the Generatore Nodi plugin.
Changelog for version v1.0.0
No changelog provided for this version.