3D
Purely-Ambient 3D
by clipitcoward
Purely Ambience is a dynamic audio plugin for Godot that automatically adjusts ambient sound levels based on player proximity. With built-in priority controls, optional muting of non-critical sources, and in-editor debug visualization, it gives you straightforward, responsive soundscapes to boost immersion in your game.
M Terrain plugin 3D
by mohsenph69
This will allow you to create massive terrain, for open world games. This plugin is written in c++ in GDExtension Terrain is divided into different region and the height map texture for region far away from terrain has lower resolution so take less space in VRAM This also support grass system which you can use that for grass, or rock, Also grass system support collision which let you to create massive forest of tree with collision really fast (Grass is also Paintable) You can also bake naviga...
Material Maker 3D
by rodzilla
Material Maker is a simple procedural textures authororing tool that can be used to describe the textures that define a material by interconnecting basic nodes that generate, transform or combine seamless textures in a graph. The addons directory contains the Material Maker plugin that can import .ptex files created with Material Maker into SpatialMaterials (either with pre-generated textures or textures generated at runtime) you can directly use in your project. The material_maker directory ...
Physics Toggle Plugin 3D
by andersmmg
Allows you to enable physics within the editor to help with building scenes.
Material Viewer 3D
by 3dvachevsky
Search for all materials in the project Apply the material to the object Search and filter by materials

CSG Terrain
by spockbauru
CSG Terrain is a plugin for Godot 4.4 (or later) to prototype terrains on a simple and non-destructive way. It's made with CSG (Constructive Solid Geometry), so you are supposed to combine with geometric shapes and even other terrains to achieve the desired form. Unlike other systems the terrain is molded purely with paths, not brushes or other 3D tools. This forced simplicity allows to focus on what is important before finalizing in 3D software. Changelog: v1.0.2 - Fix bug when editor tab ch...
VPainter - Paint vertex colors 3D
by tomanski
Paint vertex color directly in Godot. For a development version with frequent updates and experimental features visit https://github.com/tomankirilov/VPainter/tree/experimental
Godot Road Generator 3D
by theduckcow
A Godot plugin to create 3D highways, streets, and paths with ease. This is the Godot 4.3-4.4 asset, the plugin is also available for 3.5. Features include: - Fully custom geometry extending the 3D Path node, for perfectly tiled road seams and no holes or gaps. - Custom nodes for road generation (RoadManager, RoadContainer, RoadPoint, and RoadLane) - Utility RoadLaneAgent node for easily following your road - The ability to define arbitrary number of lanes and other parameters on a per-RoadPo...
N-body simulation 3D
by dardanbujupaj
A Godot-plugin for simulating gravitational attraction between bodies in 3D-space. Any class that inherits from Spatial can be added to the simulation.
Ply - In Editor Box Modeling 3D
by hints
In-editor box modeling tools for ArrayMeshes. See https://github.com/jarneson/godot-ply for full documentation.
Sota - hexagonal grids 3D
by ardazishvili
Sota is a framework for creation of structures made of discrete building blocks, e.g. terrains for turn-based games, honeycombs, etc. By using trivial objects like hexagon or pentagon and organizing them into combination it let you create aggregations like hexagonal grid of various shape, e.g rectangular or hexagonal, or polyhedron made of hexagons and 12 pentagons. https://sota.readthedocs.io/en/latest/content/getting_started/introduction.html
Voxel Line 3D
by foureyedredheadedste
A Simple plugin for creating voxel lines.