Plugins

  • Godot Expo Vector Icons
    4.3
    v1.0.3Scripts

    A simple godot addon that allows the usage of all expo vector icons. Source font files pulled from https://github.com/expo/vector-icons/tree/master Contains: AntDesign, Entypo, EvilIcons, Feather, FontAwesome, FontAwesome5, FontAwesome6, Fontisto, Foundation, Ionicons, MaterialCommunityIcons, MaterialIcons, Octicons, SimpleLineIcons, Zocial Customizability: By extending from the the base IconBase class, you can easily create your own icon nodes using a new font file.

    By: Soulstogether
  • [Archived] GDN-SQLite
    3.3
    v0.0.3Misc

    This asset provides access to SQLite through GDNative, it should work for Godot 3.1 and later. After downloading and enabling this asset in the project settings, it is necessary to obtain the GDNative binaries for your operating system and create some files, this part is automated by the addon, you just need to choose a version in the addon interface and it will be downloaded and configured for you. It's recommended to read the README of the Github repository for usage examples or how to obtain and update to newer versions directly from the editor.

    By: Aseu
  • SaveNode
    3.4
    v1.1.0Tools

    SaveNode is a Godot addon which makes it very easy to setup savestates for your Godot game.

    By: Runner
  • AutoScrollContainer
    4.2
    vv1.0.0.0Tools

    A ScrollContainer that automatically scrolls a specified amount after a specified amount of time passes with no caught input (to this specific control).

    By: NovaDC
  • Portal
    4.3
    v1.0Tools

    Plugin for Visual Shader

    By: 3Dvachevsky
  • XSM 4
    4.0
    v4.1.0Tools

    A freely inspired implementation of StateCharts for Godot 4. This plugin provides States composition (ie sub-States), regions (ie parallel States), Loops, Random States, and helper functions for animations, sound and timers. It is licensed MIT and written by atn. This version 4.1 sees the arrival of StateSound, a derivative of StateAnimation that can play your sounds for you when the state enters!

    By: atn
  • Line Up Tool
    4.2
    v1.02D Tools

    This plugin lines up the selected nodes on the X or Y axis at the specified distance interval.

    By: kaanalpar
  • VectorizeImage
    4.1
    v1.02D Tools

    VectorizeImage is a lightweight Godot editor plugin for converting 2D raster textures into vector-style meshes directly in the editor. Choose between Random, Edge, or Segment-based generation modes, tweak visual parameters like edge thresholds and dot spacing. The plugin outputs editable 2D meshes you can use in your game scenes — perfect for stylized visuals or abstract effects.

    By: unn47ur411Y
  • Animated Tiled Skybox
    3.0
    v1.0.0Shaders

    A .gdshader Godot skybox. This shader allows you to have a tiled, textured skybox with each tile being moved.

    By: YetAnotherGodotUser
  • Gopilot Assist
    4.4
    v1.0Tools

    Gopilot allows for AI code completions, refactoring and chatbots with agentic capabilities within Godot! WARNING: Depends on "Gopilot Utils" plugin Supported LLM APIs are: - ollama - mistral-codestral - groq (experimental) - sambanova (experimental) - openrouter (experimental) The chat has many command, like for example - @script (gets the current script) - @some_open_script.gd (gets another script which is also open) - @scene (gets scene tree hierarchy) - @docs(<NameOfClass>) (gets docs for this class) And you can add your own! There is also the agent, which can - add nodes with properties - edit nodes - remove nodes - create interfaces - create and assign scripts you can make your own agents and tools rather easily. I will make a youtube video about that soon and link it here

    By: Smorty
  • Ezd Interpolation
    3.3
    v1.0.1Scripts

    Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade, i.e., polish for your game. The asset has 3 examples of what you can do with it.

    By: davidbasile
  • Godot ConsoleCapture (C#)
    4.0
    v0.1Scripts

    Provides a ConsoleListener-Node that allows you to listen to the output of StdOut and StdErr. Additionally provides static helper methods to force-show a console window on Windows

    By: Alia5
  • Simple Character 3D
    4.0
    v1.03D Tools

    Character controller for Godot4. Includes first person camera, an user interface for debugging and standar movement (walk, crouch, sprint)

    By: orial021
  • Godot file auto-open
    4.0
    v0.4.1Tools

    This simple tool will automatically open .gd and .cs files in the editor when they are created by right-clicking in the filesystem browser and selecting create new -> script. Currently creating the file and opening it in the editor are two separate actions. Please upvote the proposal here if you think this should be default Godot behavior: https://github.com/godotengine/godot-proposals/discussions/11428 Then I can remove this silly addon. Source code available here: https://gitlab.com/pahool_gamedev/godot_file_autoopen_addon

    By: pahool
  • EZ Stats
    4.3
    v1.0Scripts

    EZ Stats simplifies your statistics needs by offering the following global functions via a sole, auto-loaded singleton script: sanitize() - Ingests an Array with elements of any type, sanitizes non-integers/floats, and returns an Array[float] mean() - Calculates the statistical mean (average) of a dataset median() - Calculates the statistical median of a dataset spread() - Calculates the statistical range of a dataset minima() - Calculates the statistical minima of a dataset maxima() - Calculates the statistical maxima of a dataset variance() - Calculates the mean-based variance of a dataset standev() - Calculates the mean-based standard deviation of a dataset mad() - Calculates the median absolute deviation of a dataset all() - Calculates all summary statistics above and returns them in a Dictionary

    By: aaron-tundrapeaksstudios
  • WindColors
    4.2
    v1.0Tools

    Adds Tailwindcss colors page to editor

    By: tyfon