3D

RMesh Importer 3D
by koanyaku
Imports RoomMesh (.rmesh) files. This addon allows you to import SCP – Containment Breach RoomMesh (.rmesh) files into the Godot Engine. It supports .rmesh files from the original SCP – Containment Breach game, and also files from CBRE-EX, a free third-party map editor for the game.

Ez Change Props
by 3dvachevsky
Easy and fast scene switching Shortcuts: Alt + MMB WHELL UP Alt + MMB WHELL DOWN

Godot Material Footsteps 3D
by cookiepolice
Easiest and most reliable way in Godot to implement material footsteps. This addon supports GridMap material footsteps too.

Weather System 3D
by matiaslavik
Simple and customisable weather system for Godot. Features: - Sky settings - Weathers (with weighted probability) - Seasons (with sky settings, weather lists, etc.) - Particle systems: rain, snow - Sample scene See Readme here: https://codeberg.org/matiaslavik/GodotWeatherSystem/src/branch/main/README.md

ShakyCamera3D 3D
by synalice
A Camera3D node with shake animations to imitate filming while in motion. USAGE: – Just drag the "shaky_camera_3d.tscn" into your own scene and use as you would use any other Camera3D node. – There is an "example_scene.tscn" you can launch to see the example scene. Create a GitHub issue if you find any bug, I would appreciate this!

QoL Camera 3D
by necauqua
Adds a 'Lock to view' toggle to the camera node, which forces the camera to follow the editor preview allowing for extremely easier camera positioning. More quality of life camera features tba

Cinematic Camera Shake
by mrminimal
Adjustable Cinematic Camera Shake presets from the real world. Features: - recorded with real life camera - drag and drop - adjustable - smooth at all speeds Example video: https://www.youtube.com/watch?v=4lCm_jqoBrI

3D Tiles For Godot
by battleroadlabs
3D Tiles for Godot streams real-world 3D content such as high-resolution photogrammetry, terrain, imagery, and 3D buildings from Cesium Ion and other sources available as optional commercial subscriptions. The plugin includes Cesium Ion integration for instant access to global high-resolution 3D content ready for runtime streaming. Cesium ion users can also leverage cloud-based 3D tiling pipelines to create end-to-end workflows to transform massive heterogenous content into semantically-rich ...

Voxel Destruction 3D
by terabasestudios
Allows dynamic voxel destruction with debris along with other voxel features. Allows importing .vox files and damaging with a specialized voxel destruction node.

TerrainCrafter for Godot 4 3D
by gegfairbear8974
This is a procedural terrain generator that emphasizes ease of use and performance. It will create an infinite landscape around the player ship that will continue for as long as you keep flying, with the only limits being floating point errors from traveling too far away from the origin. Future plans include chunk pooling, and origin reset for truly infinite flying, and optimization of generation to reduce sharp edges. **UPDATE V1.1.0** This update introduces multi-threading for terrain gener...

Godot Blender Importer
by rcorre
This is a plugin for Godot 3.4 to directly import blender source files without needing to (manually) export to an intermediate format. Just save a `.blend` file, and open it as a scene in Godot! The `blender` executable must be on your `PATH`.

ProtoShape - Gizmos and CSG Extension Shapes - Stairs, Ramps 3D
by illyan
ProtoShape is a Godot plugin that adds a library of dynamic shapes like ramps and stairs to quickly block out your maps and iterate on your ideas. ProtoShape is relying on the built-in CSG shapes to generate custom stairs/ramps. Custom dynamic nodes can also be created using the ProtoGizmo system.