Quickly Save, Load and Manage Code Snippets / Scripts!Allows full flexibility with intuitive and easy controls :)
A Godot C# plugin which attempts to safely load external resources, mitigating bad actors from arbitrary code execution at runtime. This attempts to scan for code signatures in any external resource loaded by Godot. If a code signature is detected, it will return an empty resource object. Otherwise, it will load the resource as intended.⚠️ DISCLAIMER: This plugin does not make any guarantee or assurance that bad actors cannot still arbitrarily execute code. This merely mitigates the issue by scanning external resources for embedded scripts.
A custom Node3D for Godot 4 that creates efficient, stylized light shafts (aka god rays) using a single QuadMesh and a shader. It provides an artistic alternative to volumetric fog with much better performance and visual control.
This is a Simple Sci-Fi segmented display with 13 segments.This design is my own.For Queries, mail me at [email protected].
Check out the full documentation in the GitHub repository: https://github.com/cashew-olddew/Universal-Transition-ShaderThis shader provides a flexible and highly customizable system for creating animated transitions between visual elements in a Godot project. It supports a wide variety of transition styles, such as:- Directional Wipes: (left, right, top, bottom, diagonal)- Clock Wipes: (radial, with multi-sector support)- Iris/Shape Reveals: (polygon-based transitions with any number of sides)- Dissolves- Fades- Slides- Combinations & Variations
A high-performance Wave Function Collapse algorithm wrapper
This plugin allows you to easily add LAN multiplayer to your Godot 4 project, even if you have no prior experience with networking.
This plugin adds dialogue and choice functionality to your Godot 4 project. It's simple, efficient, and ideal for beginners.
This plugin translates your Godot 4 project. It's simple, efficient, and ideal for beginners.
This plugin adds inventory management, crafting, drag-and-drop functionality, collectible items, food, item durability, and more to your Godot 4 project. It's simple, efficient, and ideal for beginners.
An advanced game AI framework, based on Goal Oriented Action Planning (GOAP), and implemented in Godot.