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.
Godot implementation of the glTFX Reference Format, also known as glTF External Reference, glTF Experience Format, or glXF. The glTFX format allows for referencing external glTF files, and also other glTFX files, allowing for a nested scene hierarchy of arbitrary depth, with its leaf scenes being glTF files. https://github.com/KhronosGroup/glTF-External-ReferenceNote: The glTFX Reference Format is still a work in progress and is not yet ratified by the Khronos Group. Until glTFX is finalized, this addon should be considered experimental and subject to change at any time to comply with the latest iteration of the draft specification.For full functionality, this addon requires Godot 4.4 or later with this PR. https://github.com/godotengine/godot/pull/94603 It can be used with Godot 4.3, but the export settings will not be available.
A fully customizable and easy-to-use 3D RTS-style Camera for Godot 4.3. Intuitive camera movement for real-time strategy games or other projects requiring a top-down camera with RTS-like controls.Features:- Zooming- Orbit camera around center point.- Movement- Edge scrolling
Node that creates a mesh based on a Path3DKeywords: Line Path Path3D Tube Pipe Mesh
This is a simple but flexible First Person Controller for your projects
Set up your joystick to control the CharacterBody3D. This node should be added as a child of CharacterBody3D, and you should configure your joystick in the Godot inspector (it comes pre-configured).How it works:The left joystick moves the CharacterBody3D, the right joystick rotates the SpringArm with the camera, the A button makes the character jump, the R button locks the camera, and holding the L button switches to first-person view. There’s no need to create a SpringArm and camera, as this is already handled.Note: Character Control already applies gravity to CharacterBody3D, so you should not add another script that handles gravity.
A add-on which can quickly be added to your 3D project to have a spring based grappling hook system similar to Unity
3D Controls plugin For Godot 4.3:Includes:* First Person Controller* Third Person Controller* Side-Scrolling Controller* Top-Down ControllerPlug-and-Play* just add as a child of the Character3D node, and it will work.* Requires the following actions on input map: "up", "down", "left", "right", optionally: "sprint", "jump"those values can be changed on the node inspector.Other configurations:* General (For all control types):* Geometry = Player geometry, if not provided it will look for the first MeshInstance3D sibling, if doesn’t exist will not handle geometry movements.* Jump (For all control types):* Jump Height* Jump time to peak = Time to reach the top of the jump* Jump time to descend = Time fall* Variable Jump = If the jump can be interrupted by releasing the jump action key* Air control on jump = If player can be controlled in middle-air* Coyote Time = time that player can jump after leaving a platform* Jump Buffer Time = time that player can activate jump before hit the ground* Movement (For all control types):* Walk Speed* Sprint Speed* Acceleration* Deacceleration* Movement Type = "Move and Slide" or "Move and Collide" or "None" (Movement must be handled on player code)* First Person:* Mouse Sensitivity* Turn Speed* Rotation Type = Rotate player or just the geometry* Horizontal Offset * Vertical Offset* Custom Camera (Optional)* Max Camera Angle* Min Camera Angle* Third Person:* Mouse Sensitivity* Turn Speed* Rotation Type* Horizontal Offset* Vertical Look at Offset* Start Angle* Custom Camera* Max Camera Angle* Min Camera Angle* Spring Length (camera)* Custom Camera (Optional)* Side-Scrolling* Turn Speed* Handle Camera* Camera Smooth Distance* Camera Smooth Speed* Camera Look at Player* Camera Lock Y Rotation* Camera Max Boundary* Camera Min Boundary* Spring Length* Angle (Camera)* Horizontal Offset* Vertical Offset* Custom Camera (Optional)* Top-Down* Action Type = Use actions to move or move to mouse click* Floor Group = Required to find floor StaticBody3D to handle mouse click on click mode.* Turn Speed* Handle Camera* Camera Smooth Distance* Camera Smooth Speed* Spring Length* Angle (Camera)* Horizontal Offset* Vertical Offset* Custom Camera (Optional)Check out CiaNCI Chanel on YouTube for more: https://www.youtube.com/@CiaNCIStudio
A Character with a camera, movement and item detection: all into one. Written in C#.
This script operates a camera in a 'Transport Fever' way. And can be controlled by keys, mouse and mouse pad. Following features are implemented:- Movement LEFT/DOWN/UP/RIGHT (keys: 'A/S/W/D' /mouse[pad]: left/down/up/right with right button)- Pan CCW/CW (keys: 'Q/E' / mouse[pad]: left/right withmiddle button [key 'CTRL'])- Tilt UP/DOWN (keys: 'R/F' / mouse[pad]: up/down withmiddle button [key 'CTRL'])- Zoom OUT/IN (keys: 'Z/X' / mouse[pad]: scroll up/down [2point pinch/release])- Interlocking of contradictional movements- Optional edge scrolling LEFT/DOWN/UP/RIGHT and debuginformation- Configurable speeds/initial positions/limits/inversion ofmovement direction
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.3 and up.
Strobe Lights allows you to add strobing effects to any Light3D node. Customize the flashing frequency and control the light’s energy, color, and intensity.Simply attach the StrobeLight3D script to any Light3D node.