Navigation2DServer Demo for Godot Engine 3.5.Basic 2D navigation server in Godot Engine 3.5 using Navigation2DServer, NavigationAgent2D, NavigationObstacle2D.Mouse interactive to add Navigation Agents and move Navigation Obstacles.Left Mouse click to change navigation agent(s) target position, dragging is allowed. i.e. hold down the left mouse button and move the agent target.Left Mouse click to move obstacles, click and drag to observe navigation agents avoid moving navigation obstacles.Right Mouse click to add navigation agent characters.Middle click and hold to pan or to move the camera to the clicked position.Middle Scroll up/down to zoom in/out.
Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
Free 3D platformer Character for prototyping in GodotIncludes:-Rigged 3D Robot Character-20 animations!-3 Alt PalettesIf you use this, let me know! Tag me on twitter!@arianagchow
This tool is a modified version of Dodge the creeps. Planning to add projectiles for the spaceship in the future.
Keeps track of recent inputs in order to make timing windows more flexible. Especially useful for fighting games or similar games that would otherwise require frame-perfect input. The project in the asset's repository is a replica of the Google Chrome dino game made as a demo for the input buffer.To use, copy the file used for your preferred language (input_buffer.gd for GDScript or InputBuffer.cs for C#) into your project and call InputBuffer.is_action_press_buffered where you'd usually call Input.is_action_just_pressed (or for C#, call InputBuffer.IsActionPressBuffered where you'd usually call Input.IsActionJustPressed).
Spook up your editor with this Halloween plugin!
Discord API wrapper for Godot Engine. It provides a simple interface to build Discord application such as bots. It also comes with a standalone REST client with an option for a stateless mode.
Replace Windows icon without rcedit.Create icon from image(s) using no external tools.After installing and enabling you'll find two additional menu entries:Project/Tools/Icon CreatorProject/Tools/Icon Replacerwhich should be self explanatory.
Animation Player that tracks a position value. It plays forwards and backwards, and stops when at the target position.The target position may be controlled via a Slider control.
Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.
An add-on that wraps the MetaFab API into a static interface class with callbacks that behave like one-off signals.
A server to use Live Link Face with Godot