The GBM2K (Grid Based Movement 2K) Framework is a Godot project that facilitates the creation of 2D grid-based games.
Deeplink plugin allows processing of iOS application links that enable direct navigation to requested app content.Installation Steps:- click `Download` button- on the installation dialog...-> keep `Change Install Folder` setting pointing to your project's root directory-> uncheck `Ignore asset root` checkbox-> click `Install` button- enable the addon via the Plugins tab of Project->Project Settings... menu, in the Godot Editor- enable the plugin via the iOS section of Project->Export... menu, in the Godot Editor
Realistic spatial acoustics for Godot 4, driven entirely by your level geometry.* Distance delay - sound reaches the player at the correct time based on speed of sound* Raycast reverb - reflection points are placed automatically at surrounding surfaces* Room size detection - reverb tail length adapts to the measured dimensions of the space* Occlusion filtering - walls between source and listener smoothly cut high frequencies* Proximity bass - low-end increases naturally as you approach a reflecting surface* Crack-free crossfading - dual-player A/B system avoids audio glitches when delay changes* Zero manual setup - extends AudioStreamPlayer3D , works with your existing collision geometry
A Five Nights at Freddy's framework made for the Godot game engine.
A dialog tool that includes a dialog editor, and nodes to parse the resulting file to text on screen. Useful for narrative games such as visual novels, for which the plugin contains a project template. Documentation can be found on the GitHub Wiki: https://snekofspice.github.io/diisis-docs/
This is a sample project demonstrating the Meta-specific passthrough features supported by the Godot OpenXR Vendors plugin. See the Meta Passthrough tutorial doc for a detailed walkthrough of these features.
This is a template project that contains a fully setup XR project with Godot XR Tools included. It is setup to use the vendor plugin but you'll need to install that separately.
Tool that adds Labels with text autosizing capabilities.Find the instructions in the Github repo.For Godot 4.6.x
The ultimate visual scripting solution for Godot. Revolutionize your game development with an intuitive node-based editor. No coding required, full Godot integration.Official Links- Website - (https://orchestrator.cratercrash.space)
This is a sample project demonstrating the Meta-specific composition layer features supported by the Godot OpenXR Vendors plugin. See the Meta Composition Layers tutorial doc for a detailed walkthrough on these features.
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/.
A GDscript port of Kate Compton's Tracery. Quoting directly from the the official website ( http://tracery.io/ ) : "Tracery is a super-simple tool and language to generate text. by GalaxyKate."