An easy and dynamic way to create Voronoi fracture geometry for your Godot game.✅ Create complex fractures from both convex and concave meshes✅ Seamless Voronoi geometry and materials with high fidelity to your mesh✅ Quickly generator rigidbodies from fractures for cool physic simulations✅ Native GDScript - use this in any Godot game✅ C# adapter classes for a seamless experience cross-languageFor documentation, learn more on GitHub: https://github.com/robertvaradan/voronoishatter
Advanced Vehicle System created by MilluThis template lets user to create fully customizable vehicles with ease, it provides custom VehicleBody3D instance with script for easy setup along with fully detailed documentation inside the script itself This script provides functions and settings like:Customizable Gearbox system with Manual and Automatic transmission with support of external shafterKeyboard, Gamepad and Steering wheel supportDrag and drop settings for easier vehicle setupVehicle lights systemCustomizable grip AI for vehicle oponentsVehicle sounds and much more!<===UPDATE v1.2.3!===>Added option to set custom wheels for vehicle that can be changed Added basic menu for the cars for quick prototypingThis update also moves the entire UI scene to Minimap scene, no more need for Autoloading any scenes<===UPDATE v1.2.2!===>This update fixes some AI bugs and adds functional traffic and traffic management system which allows to spawn/despawn traffic and make roads properly!<===UPDATE v1.2!===>This update changes how camera switch works, adds vehicle visual customizations, nos and tire pucture system for future!<===UPDATE v1.1.8!===>This version adds first and basic context AI for Navigation Region AI which allows it to reverse if obstacle is very close to vehicle and fixes few bugs with camera soo it should not act up when holding breaks. Additionaly new car has been added!<===UPDATE FOR GODOT 4.4!===>Current update provides some fixes for AI in Godot 4.4along with additional features like vehicle colour change, minimap and more!
A 3D drop-in replacement for the Godot engine that adds stability and fluids. This version is cross platform deterministicThis version does NOT have:- SIMD (Single instruction, multiple data) operations for even faster performance- parallel solving.This version is more an advanced version and it's not for normal use cases.
Godot Dolly Camera ControllerA script used to make a *Dolly Zoom effect*. Instantiate it and attach it to a camera.The controller will adjust the camera FOV depending of the distance between the camera and the tacked subject or start distance to create a dolly zoom when the camera is moving.---## About the *Dolly Zoom Effect* or *Vertigo Effect*Dolly Zoom Effect *(Vertigo Effect)* is a camera technique where the camera moves closer or farther from a subject while zooming in or out to keep the subject the same size in the frame.This creates a disorienting effect where the background appears to expand or contract.How It Works: - Moving forward (dolly in) → Zoom out (Camera FOV increase). - Moving backward (dolly out) → Zoom in (Camera FOV decrease). Famous Examples: - Vertigo (1958) – First use of the effect. - Jaws (1975) – Iconic shark attack realization scene. - Goodfellas (1990) – Used to show paranoia. This effect is widely used in filmmaking to create tension and unease.---## External resources- https://en.wikipedia.org/wiki/Dolly_zoom](https://en.wikipedia.org/wiki/Dolly_zoom
Chunking, compression and decompression of audio data by the Opus codec to a rate of 1kb/second to make it suitable for use in VOIP (Voice over IP) with optional RnNoise filter.
A Godot/GDScript addon to import/export models in the STL file format.
Gizmo3D encapsulates the Godot Engines 3D move/scale/rotation gizmos into a customizable node for use at runtime. The major differences are that you can edit all transformations at the same time, and customization options have been added. The selection box and axes can be toggled, colors changed, snapping intervals changed, and more. Transformation methods can be easily overriden to customize the default behavior. It is available in both C# and GDScript.For usage, it's recommended to take a look at the demo project - note that to use the demo you will have to git clone the repo, since the artifact is setup for use with the Godot Asset Library.Gizmo3D is largely a port of C++ code from the Godot Engine source. The license for the Godot Engine can be found at https://godotengine.org/license/.
1. Add Scene selector (tree structure)2. Unfold only modified properties when middle mouse button clicked in the Inspector3. Clear log when middle mouse button clicked in the Output log4. Auto show property(unfold) in inspector when edit AnimationNodeStateMachineTransition5. Show a combined Tiles editor ( Tile set and Tile map editor )
A simple git interface.
This is a Godot iOS plugin for In-App purchase. This plugin uses Storekit in Swift.(Ver 0.3.0 is for Godot 4.6)
A 3D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic.This version has:- SIMD (Single instruction, multiple data) operations for even faster performance- parallel solving.
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.