Plugins

  • Simple Concept Template: 2D Top-Down-Shooter
    4.2
    v1.0.0Templates

    A simple concept godot game template for 2D Top-Down-Shooter. Features: - Ready to use right away. - Damage feedbacks including damage number, blink animation, a cross displayed when enemy killed. - Moving trail (Particle effect). - Bullet related particle effects (shot, hit). - Camera shake when enemy killed. - Blood particle effect. - Simple sound effect. PS: - The character sprites are Polygon2D node. If you need replace it with your own, rember to edit the animation if the sprite is changed. - The the window scretch is set to be "viewport" and "expand". Check the itch.io page for playable demo: https://unchain112.itch.io/simple-concept-template-2d-top-down-shooter

    By: BosenCheng
  • Godot Body Builder
    3.4
    v1.0Tools

    Scans a Godot project, lists the nodes used and (that's for later) helps you to create a shorter build.

    By: TheCowOhBoy
  • PONG!
    3.4
    v1.0Tools

    PONG! is an addon for godot that lets you play PONG! right in your godot editor

    By: night_glider
  • Multi-Scene Editor
    3.4
    v1.0.0Tools

    This plugin allows you to apply a defined set of modifications to multiple scenes with a few clicks. Modified scenes can be saved over the original or to a new scene/folder. Currently Supported Modifications: - Instance Packed Scene - Remove Node - Apply Script - Apply Materials Supported Godot Versions: 3.x

    By: eruhlinteractive
  • Action Command
    3.4
    v0.1.0Tools

    Command system for action games

    By: gsioteam
  • AutoAssignIDs
    4.4
    v1.1Tools

    Scans specified folders for .tres item resources, assigns and refreshes unique IDs (manually or automatically), resets all IDs when needed, and provides an intuitive UI for managing folder paths and refresh settings. Click `View files` for more visuals.

    By: Golomp
  • schmove
    4.0
    v1.02D Tools

    Automatic handling of basic save data, persisting static state, and moving entities across scenes.

    By: pysnow
  • Better 3D Path (C#)
    3.2
    v0.13D Tools

    A Path node and editor for those that don't use path follow and want a better editing experience.To use instance a Custom3DPath in your 3D scene and click on it. This is a port of the path editor written in C# with modifications to make path editing easier. Right now the only change is the ability to restrict the axes in which you move the point handles. Shortcut keys(press multiple to combine the effects): Z: Move only on X axis X:Move only on Z axis C:Move only on Y axis

    By: FabianLC
  • Simple Color Template Editor
    3.2
    v0.1Tools

    Hello there! With this tool you can copy the color list from any source and put these colors in the color picker template. You needs copy a list of colors, separated by "\n", or "," and paste this plain text in the tool. The "Update Picker" button will put the color list in the Picker Color. The "Load from Picker" button will put the colors of the Picker Color template to the list of the tool. This can be useful if you want save the list in a file.

    By: DavidKBD
  • Dodge_The_Creeps_Cpp
    4.1
    v1.0Demos

    the tutorial of official 2d game and create by c++

    By: garfieldz90
  • Node Filtering
    4.4
    v0.2Tools

    This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)

    By: Raftatul
  • Pin code tool
    3.3
    v1.0Tools

    This tool allow you to make a pin code like in a phone. You can chose if the pattern has to close with the boolean has_to_close, and the number of lines it should have with drawing_lenght, the color of the line with color. When the lenght of the drawing defined is match, the drawing will end. You can restart it with the restart_drawing function. To use the pattern, you can compare the list checkbox_list to the pattern you want. By default here, a line follow your mouse while drawing. I had problems with it when inserting it into bigger scenes. You can turn it off by commenting the lines 56 and 58 of the attached script. I hope it is of use to someone.

    By: Moinyr
  • LimboAI: Behavior Trees & State Machines (Godot 4.4)
    4.4
    v1.4.1Tools

    LimboAI is an open-source C++ plugin for Godot 4, combining Behavior Trees and State Machines for crafting your game’s AI. It comes with a behavior tree editor, built-in documentation, visual debugger, and more! While it is implemented in C++, it fully supports GDScript for creating your tasks and states. The full list of features is available on the LimboAI GitHub page: https://github.com/limbonaut/limboai

    By: limbonaut
  • Pong-based game template
    3.2
    v1.0.0Templates

    Complete game, but it need small cosmetic additions. Just show your personal imagination... add effects, animations, audio, or even add gameplay features based on the type of achievements or difficulty settings, multiplayer, and so on.

    By: Senopiece
  • galgame(The Due of Eras)
    3.2
    v1.0Projects

    The most astonishing aspect of this code lies in its ability to implement complex branching story systems and multilingual support without requiring programming expertise. Equally remarkable is its minimal hardware resource consumption, significantly lower than most galgame products currently on the market. To expedite the project’s progress, I estimate the need for a team of at least 100 members. This scale is essential due to my vision of creating hundreds of story branches, each with substantial narrative depth. In terms of programming skills and narrative design capabilities, I am likely no more advanced than you, the reader. As an ordinary office worker constrained by survival pressures, I deeply empathize with the preciousness of time—whether you are a student or someone trapped in the grueling 9-9-6 work cycle. I hope we can approach this project as a creative sanctuary and a social hub, rather than a mandatory labor. I solemnly pledge that one day in the future, when you share this endeavor with loved ones, it will stand as a radiant chapter of pride in your life’s journey.

    By: shiyou-t1c
  • Multi Touch GUI
    4.2
    v0.1Scripts

    Adds Multi-Touch support for various GUI nodes allowing for simultaneous control with touch input. Includes: * Panel * HSlider * VSlider * Button * LineEdit These were originally created with the purpose of being used in OSC controllers for software instruments.

    By: dfcompose