Plugins

  • HTTPEventSource for Server Sent Events
    4.0
    v1.1Misc

    A GDScript Implementation of EventSource, a Web API available in Browsers and JavaScript for reading Server Sent Event Streams (SSE). It comes with exhaustive docs and implements the spec fully and is licensed under the MIT License. To contribute, raise issues or view the source code go to https://gitlab.com/DaGammla/godot-http-event-source

    By: DaGammla
  • Godot MSI Afterburner Monitor
    4.1
    v1.0Misc

    Small GDExtension plugin that allows to retrieve data from MSI Afterburner, supports graphs minimum and maximum limits. Windows 32 and 64 bit only.

    By: drewnyr
  • Godot Finder
    3.3
    v1.2Tools

    Plugin for the Godot Game Engine that helps you find files (scenes, scripts, resources, etc) across your entire project. Usage To bring up the finder simply press **shift** twice (as you would in any IntelliJ based IDE) or click the search icon in the toolbar (usually the top-right corner of the editor). Besides intuitive mouse support, the finder window also have full keyboard support: - Arrow keys or tab/shift+tab for single-item navigation - Pageup and Pagedown for going to the first and last item, respectively - Enter for opening the selected file - Ctrl + F to quickly go back to the search box Searching The search functionality includes some QoL features that you should be aware: - By default, it will use fuzzy matching, so whatever you type won't be taken literally - Strict matching can be enabled by prepending the search with a bang ("!") - You can search by multiple terms by separating them with a space, like "finder _on_clicked_property" - If your search term contains a forward slash ("/"), it will exclusively match against the whole file path (except for script properties). The search can be further restricted by also prepending a bang to the search. This is useful when you want to match a specific directory - Matching can be done by intials, by simply supplying a abbreviation of what you are searching for, like "ocp", when searching for "_on_clicked_property". This type of matching is done by checking for both snake_case and camelCase/PascalCase.

    By: josaid
  • Godot-RSS
    4.2
    v1.0.0.0Tools

    A plugin for Godot that parses and displays RSS feeds in engine (and editor). NOTE: This plugin currently only supports RSS feeds and not ATOM feeds. NOTE: This plugin includes the GodotXML addon, which is a dependency for this plugin to work. GodotXML plugin taken from https://github.com/elenakrittik/GodotXML .

    By: NovaDC
  • Estragon
    4.4
    vv0.4.0Scripts

    Native JSON resource serialization for Godot 4.

    By: abstractionfactory
  • radio buttons
    3.4
    v1Scripts

    This addon adds a little helper node which you add as a sibling node to some buttons, and then only 1 of these buttons will be selected at the time, like radio buttons, the node provides a signal for when you change the selection.

    By: Void Games
  • RegularPolygon2D
    3.5
    v1.02D Tools

    Adds a RegularPolygon2D node under Polygon2D. Shapes have a radius, a vertex count, and, if fill is false, a thickness.

    By: perodactyl
  • DataTable [GDScript]
    4.1
    v1.1.0Misc

    Adds DataTables into the Godot. Description and usage are in documentation.

    By: tishka
  • Steam Locale Mapper
    4.1
    v1.0Misc

    Godot 4.1+ addon for mapping Steam API languages to Godot locale codes. When using Steam API addons in Godot such as GodotSteam, language names need to be mapped to Godot locales in order to switch a Godot game's language to the user-selected one in Steam. This small addon provides mapping functions to handle all languages available via the Steam API. For more information see: https://github.com/AstralCrowGames/GodotSteamLocaleMapper

    By: AstralCrowGames
  • 3d Male Base Mesh
    4.3
    v1.0.2Misc

    A 3d rigged male base mesh, provided under the CC0 license. Primarily released by orange-juice-games.itch.io under CC0 license. 2025-02-11 Fixed origin geometry - Tested on Godot 4.3 2025-02-12 1.0.2 The rotation and location were fixed. If you can improve it, please create an issue with details on GitHub Repository. https://github.com/BoQsc/Godot-Male-Base-Mesh/ To use this 3D Male Base Mesh, you can drag .glb file into the scene, right click on the male_base_mesh node and click "Make Local" You may then add to the scene a Camera3D node and a DirectionalLight3D. Then click button "Run Project" (F5) button to run the scene. For New to Godot: dealing with Gizmos If you are very new to Godot Engine, you might also want to temporary hide weird colored wireframes temporary: these are known as Gizmos and can be disabled by clicking "Perspective" button on the left top corner in the scene of Godot

    By: boqsc0
  • Pasta Property Setters
    4.2
    v1.0Tools

    Ever needed to set up multiple properties to specific values every once in a while, but setting up a whole animator node just for that was kinda overkill and clumsy? Then this plugin is for you my friend! With a change of a value and a click of an in-inspector button, you now can do just that! By the way, if you like the plugin, I'd appreciate if you threw a couple dollaroos my way! :] https://boosty.to/zedmanul/donate

    By: ZedManul
  • Pastebin API Wrapper
    4.1
    v1.0Misc

    Pastebin API Wrapper allows you to access the Pastebin API from GodotEngine. You can create any kind of paste with the supported langauges.

    By: SairamTheDeveloper
  • Snopek State Machine
    3.2
    v0.0.1Scripts

    Yet another Godot addon for creating simple Finite State Machines.

    By: dsnopek