Tree generator
The Tree Generator plugin is a tool for Godot Engine 3.2.4 that enables the creation of 3D trees, similar to SpeedTree. It's currently under development but offers an example scene for tree design.
https://github.com/Zylann/godot_tree_generator_pluginPreview Image

Tree Generator Plugin for Godot Engine
The Tree Generator plugin is a Godot Engine tool designed to facilitate the creation of 3D trees within the engine. Inspired by tools like SpeedTree, this plugin offers a way to generate trees directly in Godot.
Key Features
- 3D Tree Generation: Create various types of 3D trees within the Godot Engine.
- Godot 3.2.4 Compatibility: Specifically designed for Godot Engine version 3.2.4 and later (within the 3.x series).
- Example Scene: Includes a demo scene to showcase the plugin's capabilities and provide a starting point for tree design.
Installation
To install, copy the contents of the addons/zylann.treegen
folder into your project's addons
directory and activate the plugin in your project settings. Ensure you are using Godot 3.2.4 or a later version in the 3.x series.