Provides a convenient way to apply random variance to the position, rotation, and scale of selected Node3Ds based on user-defined parameters.This plugin is useful for decorating scenes with multiple instances of the same assets without the need to manually adjust each one individually.
"VRM" is a file format for handling 3D humanoid avatar (3D model) data, designed for V-Tubing or VR applications. VRM is based on glTF2.0 and can also be exported from Blender or VRoid Studio. VRM avatars may also be downloaded/purchased from several online stores. ( https://vrm.dev/en )This asset provides an importer and exporter for VRM characters, as well as a full implementation the high quality VRM Toon Shader "MToon" for Godot Engine 4.1 and higher. Enable the "MToon" and "vrm" addons in "Project Settings..." → "Plugins"「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。glTF2.0をベースとしており、誰でも自由に利用することができます。 ( https://vrm.dev )このアセットは、VRMの3Dアバターのインポーターとエクスポーターを提供します。また、VRM Addon とは別に Godot 用の MToon シェーダーも同梱されています。「プロジェクト設定...」→「プラグイン」で有効にする。(NOTE: A critical shader feature for Omni&Spot lights requires Godot 4.1 or higher, so Godot 4.0 is no longer supported, sorry.)
Adds a custom 3D mirror node to the engine.The mirrors use additional cameras to render the scene from a mirrored perspective.Mirror properties that can be adjusted: - Tint - Size - Visible visual layers - Player camera - Distortion
A 3D Terrain Tool Plugin written in .NET6/.NET7Currently supported:- Sculpting- Holes- Flatten- Noise- Smoothing- Collider support for DEFAULT and Bullet- Painting: On each splatmap channel- Brushes: Smooth, Linear, Spherical, Tip by given radius, strength and fallof- Importing and exporting heightmaps and splatmaps for 16bit raw images (industrial default)- Mapbox Support- 4 types of import formats- Visual shader support with pre defined components- open source
Unify your Godot asset interop with Unidot, a Universal Godot Engine source asset translator and interoperability pipeline for Godot 4. Read more at https://unidotengine.orgAt its heart, Unidot Importer can convert `.unitypackage` assets and asset folders into Godot 4.x compatible formats, including FBX.It takes original source assets and translates them into Godot native equivalents. For example, .unity and .prefab become `.tscn` and `.prefab.tscn`.This is a Beta version designed for Godot 4.3 with native FBX support. To use a stable release with glTF translation, download the 1.1.0 tag on GitHub.
Goshapes provides intuitive, curve-based level creation tools for Godot 4.This tool augments Path3D nodes with abilities to: - create custom block meshes (earth, buildings, etc) - create path meshes (fences, paths, roads) - scatter instances (trees, rocks, grass, etc)This makes it ideal for quickly putting together 3D environments.
This tool creates CPUParticles3D point clouds from mesh resources.Volumetric video is possible using .xyz frames.
TrenchBroom map loader for Godot 4. Alternative to Qodot. Also known as TBLoader.
A simple plugin to allow the easy creation and use of destructible objects inside of Godot. Converts a shard mesh into a Node of mesh instances and custom generated collisions shapes, with each shard having its own rigid body. The shards can be generated either in game or before hand. Designed to be used in conjunction with Blenders cell fracture (or any other tool which can generate the required shard mesh). Further clarified in the README.
This add-on provides a more flexible replacement of the InterpolatedCamera3D node that will be removed from core in Godot 4.0.See the usage documentation at: https://github.com/godot-extended-libraries/godot-interpolated-camera3dDemo project: https://godotengine.org/asset-library/asset/740
**Warning, this software is not complete, some functionality may be glitchy or change in the future**Polyliner allows you to create 3D lines.- LinePath3D lets you create a line using the Path node's Curve3D tools.- Trail3D continuously generates a line that follows its own node every frame.
Place anything you want in your scenes, in a procedural, non-destructive way.This add-on automates the positioning of assets in a scene. If you have a lot of props to place, and you would rather not do it by hand, ProtonScatter may be useful to you.