Sort
  • GsomLoader
    4.2
    v0.0.1Scripts

    A threaded async loader for Godot resources. Loads a resource in another thread and then calls your callback(s). [codeblock] func _load() -> void: print("Load started...") GsomLoader.load_async("res://test.tscn", _cb, _stat) func _cb(_res: Resource) -> void: print("Complete!") func _stat(progress: float, _status: ResourceLoader.ThreadLoadStatus) -> void: print("Progress %s..." % progress) [/codeblock]

    By: RaubTieR
  • godot todo controller
    4.4
    vvv1.0.4Tools

    A Godot TODO controller You can quickly view all TODO comments, TODO comment categories, quickly jump to the corresponding code, TODO comment search

    By: DeerLuuu
  • Free fly camera
    4.3
    v1.0.03D Tools

    This is a versatile free-fly camera for Godot, designed to handle 3D character movement with smooth camera controls. It features adjustable movement settings, mouse sensitivity, sprinting, head rotation clamping, and more. It's perfect for exploring 3D environments or any other project that requires a free-form camera perspective.

    By: highlife
  • Infinite Heightmap Terrain
    4.3
    v1.03D Tools

    Generates heightmap terrain around a player position. New terrain chunks are loaded on a thread when the player moves.

    By: PGComai
  • CineCam
    4.2
    v1.03D Tools

    CineCam is a plugin that provides a simple but powerful method to deal with multi-camera systems and animating camera transitions. It aims to allow the user to replicate real life cinematographic movement in 3D scenes, offering advanced camera control and a transition systems integrated seamlessly with the Godot Editor.

    By: GoldenPotato76
  • Visual Studio Debugger
    4.2
    v1.0.0Tools

    This plugin enables the use of the Visual Studio Debugger for Godot .NET projects. In Visual Studio, you have two options: - Run Godot Debug: run the entire project (similar to pressing F5). - Run Godot Debug *scene-name*: run the currently open scene (similar to pressing F6).

    By: CoffeePlanet
  • Android Geolocation Plugin
    4.3
    v0.1Tools

    An Android plugin for Godot to listen for the geolocation updates.

    By: [email protected]
  • License Me
    4.3
    v1.0Tools

    About: Plugin for Godot, Auto create license tool helper. Features: *Create a file with/without custom license and include all the licenses (text files begin name "LICENSE") included in your project when exporting. *Add a dock for configure parameters and manual bake licenses. *Includes GUI (LicenseMeGUI) to view all licenses defined in your project and the licenses of the libraries. *Include option in ProjectSettings (application/license) for print license notice in console. * Check licenses files with extension txt, uc, eula, md LICENSE NOTICE SUPPORTED: AGPL-3.0 APACHE-2.0 BSD-3.0 CC-BY-4.0 CC-BY-NC-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 CC-ZERO-1.0 COPYRIGHT EUPL-1.2_EN GPL-2.0 GPL-3.0 ISC LGPL-3.0 MIT MPL-2.0 UNLICENSE

    By: Twister
  • Adivery Plugin
    4.2
    v4.2.1Tools

    Adivery plugin for Godot Game Engine. Adivery is an ad display platform in mobile applications that displays the best ads from thousands of active campaigns and uses smart optimization algorithms to maximize the efficiency of displaying ads in your application!

    By: Dexter
  • SiSHoDit
    4.1
    v1.1Tools

    SiShoDiT (Simulator of Smart Houses Digital Twins) is a fully automated simulator for Activities of Daily Living (ADLs) in smart homes environments that allows emergent behaviour. It is build as an addon to work inside Godot Engine 4.1 editor, but the tools provided with it can be used to generate a standalone executable.

    By: xiul
  • TemplateSaver
    4.2
    v1.15Tools

    this tool let's you take any tscn file and save it to the plugin as a dat file then you can use that template for any other project because it saves! it even comes with built in templates NEW: SETTINGS: --new show prints option --you can now change the location of the plugin(dock/bottom) Fixes: --recursion with preload/load is now not possible --duplicates found in templates are removed UI: --multi select templates using ctrl+click/shift+click/cmd+click --multi dragging templates --ui bug fixes --renaming template --filtering templates --changelog --invalid character in name warning --name already exists warning Extra: --there could be other things I forgot --love and care from nici --updates will take a haitus after this one for a while :( sorry...

    By: D0RYU
  • GD Anti Cheats
    4.3
    v0.1.1Scripts

    This is my version of anti-cheats adapted for Godot Engine as plugin, this plugin makes it difficult to use cheats locally. # Supported * IntStream Integer values * BoolStream Boolean Values * FloatStream Float Values * StringStream String Values * VariantStream General purposes values

    By: Twister
  • Audio Manager 3D
    4.3
    v3.03D Tools

    AudioManager3D is a plugin for the Godot Engine that enables advanced 3D audio management in your game. With this plugin, you can easily control and play sounds from a single node, offering options like audio trimming to set start and end times, looping, volume, pitch, distance, and more for each audio track.

    By: Saulo de Souza
  • DualGrid Tilemap System
    4.4
    v1.0.1Tools

    Adds a new "DualGrid" node (which extends TileMapLayer) to create a dual-grid tiling system for Godot which supports all mixes of adjacent terrains while still only requiring 29 unique tiles per terrain — without requiring unique art for each bespoke mix.

    By: Exonfang
  • SRCoder's Simple Car
    4.3
    v1.03D Tools

    This is a simple drag and drop arcade style car and a follow camera. This is designed to get you up and running quickly with your game ideas.

    By: SRCoder
  • DialogSharp
    4.0
    v0.1.1Scripts

    Simple C# dialogue in Godot.

    By: poing.studios
  • LineMap2D
    4.1
    v1.02D Tools

    LineMap2D is a Godot 4 plugin based on Line2D that allows developers to create textured 2D lines while supporting dynamic adjustments to point positions, rotation, scaling, and other properties. The plugin runs in tool mode (@tool), making it suitable for visual design directly within the editor. LineMap2D 是一个基于 Line2D 的 Godot 4 插件,允许开发者创建带有纹理的 2D 线条,同时支持动态调整点的位置、旋转、缩放等属性。本插件支持在 工具模式(@tool) 下运行,可用于编辑器内的可视化设计。

    By: GuoXiaoYao
  • EasyPool
    4.0
    v1.0.1Scripts

    A simple implementation of the object pool pattern in C#

    By: SoftKitchen
  • Inventory Manager
    4.2
    v1.0.1Tools

    A minimalistic inventory manager for the Godot Game Engine. * Manipulate inventories with ease in GDScript * Easy to customize -- bring your own GUI nodes * Inventory viewer included at runtime in a debugger panel

    By: Rubonnek
  • Sqids
    4.2
    v1.0.1Scripts

    Official GDScript (Godot Engine) port of Sqids. Generate short unique IDs from numbers.

    By: TsFreddie
  • Fancy Editor Sounds
    4.4
    v1.0.0Misc

    Plays sounds in Script and Shader editors! Sounds are from osu!/ppy's lazer client. In more detail: Adds sounds based on the Users actions inside the Script Editor and Shader Editor for: - Typing - Deleting - Caret Movement - Copy & Pasting - Saving - Undo & Redo - Selecting (Single, Word, All) Also adds Extra Animations when deleting text. Thanks for reading and happy typing!

    By: Aventero
  • 2D Hexagon TileMapLayer Navigation Class
    4.3
    v1.1.12D Tools

    This is a Godot plugin that adds a global class that navigates 2D TileMapLayers with hexagon-shaped cells. Works for Godot version 4.3 and up. Check out the Repo for a more detailed explanation of how to use this class!

    By: DubiousDuck
  • Chunk Manager
    4.0
    v1.0.0Templates

    ChunkManager for Godot: A dynamic chunk management system for 2D games in Godot, enabling efficient loading and unloading of tile chunks based on player position. Utilizes noise generation for varied terrain types, including water, sand, and grass, optimizing performance for large game worlds.

    By: RabbitTheGentle