3D

Free Look Camera
by marcphi
A simple and easy to use free look camera for Godot 4 that mimics the controls of the editor camera. Features: - Look around by holding right click and moving the mouse - Move forward and backward with W and S - Move left and right with A and D - Move up and down with Q and E - Change movement speed by using the scroll wheel - Temporary increase speed by holding shift Installation: - attach "free_look_camera.gd" to your Camera3D node

Lazy Import 3D
by doradoro
Using this plugin, you will be able to try to: - Create Godot PBR Materials automatically using their filenames... - Create inherited Scenes from your meshes... - Test your materials in a preconfigured Test Scene! - Order your Assets adding order_children_nodes.gd to it is parent node! - Add EnviromentTemplate.tscn to test your own scenes The plugin is about 10mb only! It will appear as a Tab in the left dock. I created this plugin because I did not like the 3D workflow and I do not understan...

Mesh Slicing 3D
by timo5034
This GDExtension lets you slice meshes. If your Godot version or platform is not supported, you can compile the extension yourself. More information can be found at https://github.com/timo-eberl/mesh-slicing-gdextension/blob/main/README.md .

LayoutNode3D 3D
by tasteink
A Godot 4.0 addon that adds a LayoutNode3D node that allows you to easily layout child nodes in 3D on any axis and with custom spacing.

3D Gallery
by citizenken
3D Gallery is a Godot 4+ plugin that makes viewing imported 3D models easier. Rather than clicking on each model to view it in the import popup, or adding it to a scene, 3D Gallery allows you to quickly scan through your filesystem previewing each model. This comes in handy when you have a large number of models and want to flip through them quickly (ex. after purchasing an asset library). 3D will walk your project directory, looking for any Godot-supported 3D model formats: * .blend * .obj *...

Dynamic Camera System
by skooterkurt
This plugin lets you: * dynamically tween between camera position * and/or smooth follow a node of your choise * and/or look at a node of your choise (called watch to avoid naming conflicts with Godots built-in method) See the Demo scene in addon folder. Find the documentation at https://github.com/FilipLundby/DynamicCameraSystem

Sprite3DPlus for Godot 3D
by bluemaster
Add extra sprite3D extras to godot with additional functions.

GDScript Native VRPN
by seichter
A native GDScript implementation of the VRPN client protocol.

godot-imposter 3D
by zzjjtt93
imposter plugin for godot 4.x Help you create an imposter scene
CSGMesher
by dbat
Add some superpowers to your CSG Shape Nodes! With CSGMesher, you can quickly output the final static mesh as well as an optional static body and collision shape. You can also set a group on the ouput nodes. The collision mask and layer of the node is now also copied to the output.

3d Maze Generator
by mojoyup1528
Not for 4.0+! It is a plugin that you select the size of map you want (square map size only atm), and generate. Due to limitations in the editor, it will only generate up to about a 40 x 40 meter maze, which actually is intense! You should try it :)Once generated, it will perform algorithms so create a closed wall system for paths where only a single path will get you to the area of your selected finish. There are two meshinstances that mark the general areas of start and finish. Forward or b...

Godot Aerodynamic Physics
by addmix
Provides nodes for aerodynamic simulation. To get started, add an `AeroBody3D` node to your scene, and add as many `AeroInfluencer3D` nodes as necessary. For Godot Asset Library installs: Ensure that addon files are installed inside res://addons/godot_aerodynamic_physics This folder structure allows for this plugin to be used as a git submodule, because of this, Godot does not automatically install it to the correct path.