Plugins

  • LightmapProbeGrid
    4.2
    v2.23D Tools

    Create a grid of Lightmap Probes and cut unwanted ones! LightmapProbeGrid is an extension for Godot that helps on the demanding task of placing Lightmap Probes where LightmapGI fails to do it. What's New: v2.2: Add support for Godot 4.4 v2.1: Add support for Godot 4.3 v2.0: LightmapProbeGrid v2.0 now uses GPU raycast instead of the regular Physics raycast. It may be slower but means that colliders are not needed anymore! If the camera can see, it should work!

    By: SpockBauru
  • Free Look Camera
    4.0
    v1.2.03D Tools

    A simple and easy to use free look camera for Godot 4 that mimics the controls of the editor camera. Features: - Look around by holding right click and moving the mouse - Move forward and backward with W and S - Move left and right with A and D - Move up and down with Q and E - Change movement speed by using the scroll wheel - Temporary increase speed by holding shift Installation: - attach "free_look_camera.gd" to your Camera3D node

    By: MarcPhi
  • Audio Effect Inspector
    3.2
    v1.3.0Tools

    Audio Effects could be confusing to users who may be unfamiliar with the Audio Engineering environment and its tools. Looking at sliders with no visual feedback may seem a little daunting. This is where the Audio Effect Inspector comes in handy! It enables you to control your tools much easier with a graphical interface; like any VST plugin used in DAWs. The Audio Effect Inspector allows you to interact with Audio Effects with responsive graphical feedback. Currently Supports: - AudioEffectDistortion (New in v1.3.0) - AudioEffectEQ - AudioEffectReverb - AudioEffectDelay - AudioEffectPanner v1.3.0 Updates - - Implemented AudioEffectDistortion v1.2.0 Updates - - Implemented Preset Browser (AudioEffectReverb only supported in the meantime) - Presets could be edited in addons/AudioEffectInspector/Presets/presets.cdb using CastleDB - Fixed the 3D scene for AudioEffectReverb If you encounter any problems, please don't hesitate to submit an issue here : https://github.com/NoodleSushi/AudioEffectInspector_GodotAddon/issues

    By: NoodleSushi
  • Text Editor
    3.4
    v1.12Tools

    A text editor with many features: - Table of contents. - Tag filtering. - Comment toggling for .md .yaml .json .ini .cfg. - Directory colors. - And tons of Quality of Life features.

    By: teebar
  • Yamms - Yet another MultiMesh Scatter
    4.3
    v1.2.03D Tools

    Yet another multi mesh scatter. A simple MultiMesh plugin where you can place your meshes into your scene via a configurable polygon area.

    By: Mattiny
  • ShakyCamera3D
    4.2
    v1.1.03D Tools

    A Camera3D node with shake animations to imitate filming while in motion. USAGE: – Just drag the "shaky_camera_3d.tscn" into your own scene and use as you would use any other Camera3D node. – There is an "example_scene.tscn" you can launch to see the example scene. Create a GitHub issue if you find any bug, I would appreciate this!

    By: synalice
  • Debanding material shader
    3.2
    v1.0Shaders

    Simple material shader with added debanding noise for use with GLES2 renderer that does not support full-screen debanding

    By: fractilegames
  • RTS mouse selection and navmesh move
    3.2
    v1.0Templates

    A simple GODOT demo to test selection and move with units like in RTS games. You can also choose a formation shape for your units and some others parameters.

    By: Ange
  • Retro Terrain
    4.3
    v1.2.0Demos

    Tile-based 3D terrain example, similar to old-school strategy and management games. If you want to replicate the terrain in Rollercoaster Tycoon, this is a great place to start. Now uses GDScript and Godot 4.3+. Last update: Godot 4.4 support, better terrain edges, editor preview.

    By: NickToony
  • Steam Template
    4.4
    v1.1Templates

    This is an easy to modify / expand template project that uses Gramps' GodotSteam and Expresso Bits' SteamMultiplayerPeer. This has a main menu with applied and saved settings, ui and music audio, and LAN and Steam lobbies. Invite a friend through steam to join.

    By: malco
  • Radar Graph
    4.3
    v1.0Scripts

    Create a customizable radar graph in Godot

    By: lsbt
  • Cinematic Camera Shake
    4.2
    v1.0.03D Tools

    Adjustable Cinematic Camera Shake presets from the real world. Features: - recorded with real life camera - drag and drop - adjustable - smooth at all speeds Example video: https://www.youtube.com/watch?v=4lCm_jqoBrI

    By: MrMinimal
  • Trajectory Lib
    3.4
    v1.0.0Scripts

    A library that provides tools to work with, and calculate, 3D ballistic trajectories. It's a collection of helpers that are designed to cover most use-cases requiring pre-calculations of velocity, time, position or collisions.

    By: nsrosenqvist
  • Project Statistics
    3.4
    v0.1.0Tools

    Display statistics of your Godot project inside the editor Features: - Scripts lines count (code, comments, blank and total). - Scenes count, size and number of nodes on each scene. - Resources count and size. - Display most used resources and file types on a pie graph. - Exclude files or directories from statistics generation.

    By: Abdera7mane
  • Prefab
    4.0
    v1.0.2Scripts

    Simple wrapper for PackedScene that allows you to quickly pack part of a scene, so you can have e.g. "internal scenes" that you don't need to save to separate file. Usage: var prefab = Prefab.create($AnyNode) $AnyNode will be freed and you can then instance the prefab to make copies of that node. Prefab automatically sets the owner of the children, so they are packed too. You can change how node is freed by passing Prefab.FREE_MODE_DEFERRED or Prefab.FREE_MODE_NONE as the second argument of create(). You can also save the prefab to a file, but it's not the intended usage. See repo README for more info.

    By: KoBeWi
  • Autotile Editor
    3.2
    v1.12D Tools

    Convert tilesets, autotiles and autotiles animated from RPG Maker to tilesets of Godot (with animations, collisions and occlusions included!)

    By: newold
  • Open Ocean Demo
    3.0
    v1.0.1Demos

    An Ocean demo for Godot 3.0. For instructions on how to play the demo, read the README file that comes with the download.

    By: SIsilicon