All Gadgets
Anti-cheating-value-plus
by kokkoroshinzou
Anti-cheating-value-plus is a plugin that prevents cheat tools from modifying sensitive data in the game memory. Now with support for string, bool, arrays, and dictionaries.

Surface Extractor 3D
by possiblepanda
A tool to extract a specific surface from a MeshInstance Adds a menu next to the inspector menu to turn a Surface into it's own Mesh
GDCEF Godot4
by lecrapouille
gdCEF - Web Viewer Plugin for Godot 4.x ======================================= gdCEF is a web viewer plugin for Godot >= 4.2, compatible with Linux, Windows, and macOS. It uses the Chromium Embedded Framework (CEF) to bring web content into your 2D and 3D applications. Notes: ------ 1. Godot 3 users: gdCEF is no longer maintained but still available here: https://godotengine.org/asset-library/asset/1426 2. Android and iOS are not supported by CEF and therefore not by gdCEF. Installation Meth...

Template for Hole.io style games
by go3d
This a template for Hole.io style games made with CSG
Block Coding
by endless
Create games using a high-level, block-based visual programming language. Intended as an educational tool for learners in the earlier stages of their journey towards becoming game developers. This plugin lets you create your first games with high-level blocks, avoiding the immediate need to learn to code in GDScript. Building games in this way provides a gentle introduction to programming concepts and allows you to focus your efforts on becoming familiar with the rest of the Godot Editor UI.
2D Lights as Mask Demo
by godotengine
Example of how to use 2D lights to mask objects on screen. Language: GDScript Renderer: Compatibility

Classic 2D Shooter
by kidscancode
A fully documented starter project for Godot 4. For step-by-step instructions and explanations, visit: https://kidscancode.org/godot_recipes/4.x/games/first_2d/
HexagonDisplay2D 2D
by kuhnchris
Displays a (filled) hexagon 2D graphic, as used for example in RPGs for showing the distribution of attributes or alignments. This is the result of a community question from the German Discord Channel.
Godot Subdiv 3D
by tefusion
Adds fast Loop and Catmull-Clark Subdivision to Godot. There are three options for importing: - SubdivMeshInstance3D: Ability to change subdivision level easily for each instance - ImporterMesh: Bake at import - BakedSubdivMesh: Bake at runtime (everytime you open the scene) Blendshapes, skeletons and surface override materials are fully supported in all three options. You can use these in the custom Subdivision section in any scene importer. Supported Platforms: Linux, Windows, Android
Google Play Games Services for Godot
by jacobibanezsanchez
Godot 4.3+ Plugin for integration with Google Play Games Services for Android games. If you want the plugin for previous versions of Godot 4.x, check the github repository! Download the addons.zip file from the Releases section of the repository and uncompress its content to the root of your Godot Project. The README contains further instructions on how to use the plugin. These are the current functionalities covered so far: Sign in - Authenticate - Sign in Achievements - Increment and unlock...
Folder Node
by julienvanelian
Allows to create folder nodes in the tree view. Folder nodes don't have a purpose other than organising your nodes. Usage: Select the nodes you want, right click and select "Reparent to new node", now your nodes are in a folder.
Global Illumination Demo
by godotengine
This demo showcases Godot's global illumination systems: LightmapGI, VoxelGI, SDFGI, ReflectionProbe and screen-space effects like SSAO and SSIL. Use the mouse to look around, W/A/S/D or arrow keys to move. Language: GDScript Renderer: Forward+