Plug and play hands for FPS with animated weapons.# Changelog## v0.8.1- Better aim position- Add aiming signal- Add hold breath while ads## v0.8- Add bullet spread- Add zoom on ads- Add auto reload## v0.7- Physical bullets- Left handed mode- Realistic reloading mode- Actions signals- Better recoil- Update to Godot 4.4
A 3D Terrain Tool Plugin written in Mono (its battle proofed)Currently 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- Full support over github
This addon includes 3rd person perspective locomotion and blockout materials, sky.
This tool provides a panel to quickly add blockout objects like cubes and spheres. One click will add geometry primitives with optional colliders and physics body parents. Meshes may be either MeshInstance3D or CSG nodes, as well as have a particular color or material applied.
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 shiftInstallation:- attach "free_look_camera.gd" to your Camera3D node
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.
Vertex snapping plugin for Godot 4## How to use1. Select an object in the 3D view2. Press and hold `v` to view origin point3. Left mouse button drag to snap to any other object
A GDScript implementation of a line renderer in Godot 4.0, useful for rendering cylindrical volume such as lasers, trails, etc. Based on the Godot 3.0 version by @dbp8890 at https://github.com/dbp8890/line-renderer, which is based on the helpful C# implementation by @paulohyy at https://github.com/paulohyy/linerenderer and added some additional features such as UV tiling and a .tscn file for ease of use.To use, simply download and unzip the folder, which contains a demo project. If the demo project is not needed, the LineRenderer subfolder can be copied directly into the Godot project.Drag and drop the LineRenderer.tscn scene into the project, and you should see a line!To edit the line's points, simply edit the points member variable of the line renderer, and add/remove points from the array (see demo project for details). This can also be done via the editor in Godot.
A vertex painting addon for the Godot game engine.Based on Vpainter by tomankirilov:https://github.com/tomankirilov/VPainter
Voxel plugin built with GDScript that offers various voxel features, utilities and fully fledged in-engine editors. Making it easy to create, import and edit voxel content anywhere Godot runs right out of the box, both in-engine and in-game. It is designed to be easily extended, allowing you to quickly create the voxel content you want, such as: characters, creatures, props, maps and more.
Adds a fur node to Godot 3.5.* Fur can be styled with textures and various parameters.* Works on static and skinned meshes.* Fur can be styled using blendshapes.* Fur moves based on gravity and postional and rotational physics around pivot point.* Built-in LOD system.Version 0.3.0 Changes* Addon tested against Godot 3.5* Various shader fixes related to transparencyVersion 0.2.0 Changes* Improved UI, now dynamically parses shader for better use with custom shader* GLES2 support* API option for growth, for effects of the fur growing through animation or script call* Ability to control fur length, density, thickness and growth offset with a single RGBA mask textureVersion 0.1.1 Changes* Improved UI* Two additional fur patterns* Performance improvements* Experimental mobile support* Bug fixes
A Godot plugin to create 3D highways, streets, and AI paths with ease (Godot 3.5 version no longer in development)Features include:- Fully custom geometry extending the 3D Path node, for perfectly tiled road seams and no holes or gaps.- Custom nodes for road generation (RoadManager, RoadContainer, RoadPoint, and RoadLane)- Utility RoadLaneAgent node for easily following your road- The ability to define arbitrary number of lanes and other parameters on a per-RoadPoint basis- Procedural geometry for lane changes based on connected RoadPoints- Automated collision mesh generation- Automated AI lane paths created with neighbor-connectedness- Visual feedback with custom viewport gizmos- Quickly generate roads using interactive an interactive add mode and live connection tool- Several hand-modeled intersections ready to drop into your sceneNote: v0.6.0 is the last update we are planning to make for Godot 3.x