Implementation of seamless 3D Portals, packaged as a plugin and ready to be used in your project!IMPORTANT: Recursive portals are not supported due to Godot's rendering limitations.
NAP Map Generator addon useful for fast and easy (mini)map generation. The addon scans your game's 3D world and generates a top-down image of it, so you can use it in your game's map view or minimap radar.
A Godot C# plugin to add more control over the Camera3D movement.USES SYVIES CORE PLUGIN AS A DEPENDENCYCamera nodes: - VirtualCamera (a node that represents the position and parameters of a Camera3D) - DynamicCamera (a Camera3D made to transition between different VirtualCamera in the editor or at runtime)Extra functionalities: - ThirdPersonCamera (a node designed to make third person cameras easier with a simple AimCamera() method that takes a relative mouse movement)
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 change focusv1.0.1- Fixed errors on exported projects.- Fixed the terrain shader.
Tile to Gridmap for Godot 4.4This plugin was created to allow the use of Godot's autotiling features with Gridmaps.***This update adds support for basic procedural generation as well as a a dual grid tile placement system***This plugin does not create the meshes just allows you to draw a tilemap using Godot's tools and place associated meshes and scenes on a gridmap. It works great when using pixel art style low poly meshes that you want to be placed following a tilemap terrain ruleset. Any mesh or scene can be used not just low poly 3D pixel art.This is my first plugin and was built to fill a need in my personal 3D pixel art project. Hopeful someone else will find it useful.
This is the Godot OpenXR Vendors plugin which contains:- platform dependent loaders for Android based XR devices- implementations of vendor extensionsLearn more about this plugin here: https://godotvr.github.io/godot_openxr_vendors/Use this version for Godot 4.4 and up.
A plugin that counts polygons and vertices for selected `MeshInstance3D`, `CSGShape3D`, and `CSGCombiner3D` nodes in the scene.
Allows dynamic voxel destruction with debris along with other voxel features. Allows importing .vox files and damaging with a specialized voxel destruction node.
A plugin for painting plants and props on arbitrary 3D surfaces.It's meant to simplify foliage placement in a natural-feeling way without having to use heightmap terrain or writing procedural placement algorithms.It can also handle thousands of foliage instances without completely tanking the FPS (with an reasonable setup).This is a single player plugin and works best with finite medium-sized scenes. Think platformers, shooters, adventure games, anything with a hand-made level.
A post-import helper for Godot that automates cleanup and automatic assignment after importing scenes (e.g. from Blender). It uses tagged empties (IR-...) and custom properties to:- replace empties with scene instances- assign resources to properties- set multiple properties at once- attach scripts- add nodes to groups- or swap a node's type- (Optionally) prune unneeded Node3D elementsResult: No manual cleanup after every export from your DCC (like Blender), re-import in Godot, done.
A custom Godot 4 Node3D tool for placing objects along a Path3D with precise spacing and positioning controls. Inspired by Object String feature in X-Plane flight sim, decided to do the same for Godot for quick prototyping. Initial idea was placing lamp posts, traffic lights, signs, trees etc. along the roads, quickly creating fence, etc. Designed for Godot 4.4, if you need this for another 4.x. version - please open an issue.
EnhancedGridMap is a powerful plugin for Godot 4.4 that extends the functionality of the built-in GridMap node. It provides additional features for grid-based game development, including custom cell states, multi-floor support, and advanced grid manipulation tools.