Sort
  • Node Screenshot Tool
    4.3
    v1.0Tools

    A screenshot tool for Godot 4.3+ that allows you to select a node from any scene and take transparent screenshots of it.

    By: notsketched
  • Applinks
    4.2
    v1.0.0Tools

    Godot Android Plugin (4.2+) for getting intent data for App Links

    By: FoolLin
  • Godot Level Manager
    4.4
    v1.0Tools

    Godot Level Manager is A Unity based Level Manager that will allow Godot to recognize and manage what is a level vs a player or non level / Level GameObject since all GameObject's are viewed as Scene's in Godot aything can technically be loaded as a "Level". This allows a distinct seperation between levels and game objects as well as categorization of levels.

    By: weirdbeardgame
  • NodePath Tracker
    3.2
    v1.0Tools

    A node to track and update in real-time the NodePath of selected Nodes in the scene.

    By: henriquelalves
  • Function Type Auto-complete
    4.3
    v1.3.1Tools

    this is a simple godot 4 plugin that helps you write functions faster by auto-completing return types and adding default return values. just write your function and hit tab. what does it do? when you hit tab after writing a function, it: adds the return type for you (-> void if you don't specify one) puts in default return value keeps your parameters and types intact works with partial or complete function declarations default return values here's what you get based on the return type: void functions get 'pass' func do_something() -> void: pass bools get 'false' func is_something() -> bool: return false numbers get zeros func count_stuff() -> int: return 0 func get_speed() -> float: return 0.0 strings get empty quotes func get_name() -> String: return "" arrays and dictionaries start empty func get_items() -> Array: return [] func get_data() -> Dictionary: return {} objects get null func get_node() -> Node: return null how it handles different ways of writing functions works with complete functions func do_math(value: int) -> int: return 0 works with incomplete ones func not_done(value: int -> func not_done(value: int) -> void: pass works with arrows func arrows_are_cool() -> -> func arrows_are_cool() -> void: pass works without arrows func give_string String -> func give_string() -> String: return "" keeps your parameters safe func move_stuff(pos: vector2, speed: float -> func move_stuff(pos: vector2, speed: float) -> void: pass

    By: kahanscious
  • VarEdit - Variant File Inspector
    4.2
    v1.0Tools

    A serialized Variant file inspector built into the Godot Editor. Perfect for debugging your save files stored using FileAccess.store_var() Features - Displays all Variant types. - Multiple files open at once as tabs. - Displays nested dictionaries and arrays. - Tree or JSON text view. - Optional auto refresh when the file changes on disk. - Path filter to only display properties that match a pattern/path. - Supports files saved with FileAccess.COMPRESSION_GZIP.

    By: jacobcoughenour
  • SearchByNode
    4.3
    v1.0.1Tools

    This Godot tool provides a simple and efficient way to search and retrieve nodes within your scene tree (including within sub-viewports or specific parent nodes) based on their type (Class or Object type) and visibility. It's particularly useful for finding specific nodes without manually traversing the hierarchy.

    By: EiTaNBaRiBoA
  • On Beat Player
    4.0
    v1.0Tools

    An audio stream player with tempo-based signaling.

    By: Epsy
  • Aseprite Helper
    4.0
    v1.0Tools

    Import Plugins for Aseprite - Image to Texture2D - Animation to PackedScene (Sprite2D + AnimationPlayer)

    By: antonWetzel
  • Auto add class_name
    4.0
    v1.0.0Tools

    Automatically adds class_name to new script files

    By: zwickarr
  • CounterTimer Node
    3.4
    v1.0Tools

    This is a custom timer node that can do both countdowns and countups. It is very simple to use. See the ReadMe.md file to use it.

    By: BigDC
  • Play Centered
    4.1
    v1.0Tools

    When running a scene that doesn't have a camera, it will be displayed centered as in the editor viewport instead of at the top-left corner.

    By: manuq
  • Synchronizer
    4.0
    v1.0.1Tools

    A simple GDScript plugin to make networking in godot with GDScript even easier.

    By: maktoobgar
  • Godot Matrix SDK
    4.0
    v0.1.0Tools

    A Matrix SDK for Godot written in GDScript

    By: cyclikal
  • MFPanel
    3.0
    vv1.3Tools

    A Godot3+ Panel Addon designed to speed up folder creation in new projects, can also bulk create folders in other directories.

    By: mainman002
  • Persian Text Edit
    3.4
    v1.0Tools

    This tool allow to write persian text in godot engine

    By: Fazel
  • Menus Plugin
    3.4
    v1.0Tools

    Menus Plugin is an OPEN SOURCE custom Menus node plugin for easily adding menus to your game (see Read Me fike for details).

    By: BigDC
  • Fun Coding
    3.4
    v1.0Tools

    Fun Coding is a simple plugin to have some fun while coding.

    By: night_glider
  • MFPanel
    2.1.4
    vv1.3Tools

    A Godot2+ Panel Addon designed to speed up folder creation in new projects, can also bulk create folders in other directories.

    By: mainman002
  • SimpleFSM
    4.2
    v1.0.0Tools

    Godot 4.x simple FSM implementation for gdscript purists

    By: visnicio
  • Scene Changer
    3.4
    v0.1Tools

    Plugin to change scenes animatedly with a single function

    By: ismailfilipov
  • GD NNabla C Runtime for GodotEngine 4.1
    4.1
    vv1.0.0-godot4.1Tools

    This Addon is a NNabla C Runtime that can be called from GDScript (Godot Engine 4.1). The available trained models are the same as the original, only in NNB format.

    By: MizunagiKB
  • AudioLogic
    4.2
    v0.5.3Tools

    An Audio Log plugin for Godot 4. Create Audio Logs/Diaries or simulate phones calls, all with this plugin.

    By: ChaffGames
  • Favorite Dock
    4.3
    v1.2.0Tools

    Displays all favorites in a separate dock. Features: Add a separate dock with all favorites folders/file setted. Favorite folders are displayed with all subfolders and files. Replicate colors on folders/files setted. Update the favorite list on request.

    By: Twister