Sort
  • Camera Flow
    4.4
    v0.1.13D Tools

    A Godot C# plugin to add more control over the Camera3D movement. USES SYVIES CORE PLUGIN AS A DEPENDENCY Camera nodes: - VirtualCamera (a node that represents the position and parameters of a Camera3D) - DynamicCamera (a Camera3D made to transition between different VirtualCamera in the editor or at runtime) Extra functionalities: - ThirdPersonCamera (a node designed to make third person cameras easier with a simple AimCamera() method that takes a relative mouse movement)

    By: SyviesDev
  • Tiny Treats - Bubbly Bathroom set
    4.1
    v1.03D Tools

    This is a small set of cute stylised low-poly game assets to make a cozy little bathroom with. It includes walls/floors/doors, a bathtub, several other decorations, and even a rubber ducky! These would be great to make a lifesim, or to just add a comfy little resting spot in your game. Features: - 24+ Stylised low-poly 3D models, perfect for games across all platforms, including mobile. - Textured using a single gradient atlas texture (1024x1024) that can be downsampled up to 128x128 for further optimization. - Free for personal and commercial use, no attribution required. (CC0 Licensed)

    By: Tiny Treats
  • BoxConstructor
    4.4
    v1.0.0Tools

    Easy-to-use Grayboxing tool for Godot.

    By: Aeghnnort
  • Quill to Godot FBX Sequencer
    4.3
    v1.0Scripts

    Sequences frames from imported FBX files into usable animation with the click of a button

    By: llazzllo
  • TimedLabel
    4.2
    v1.0Tools

    Godot 4.x timed label with options to add keystroke sounds with pitch variations, and random intervals. Usage: Drag it to your scene and put the text in the text field. You can set it to autostart otherwise it will wait for a call to 'func start()'. Parameters: * Auto Start : Enable autostart * Delay Start : Delay the text start (seconds) * Interval : Interval between keystrokes (seconds) * Interval Variation : random interval variation (seconds) * Audio : AudioStream for keystrokes * Pitch : Pitch of the AudioStream * Pitch Variation : random pitch variation for keystrokes * Volume Db : Keystrokes volume * Ignore Blank_Spaces : Ignores blank spaces on keystrokes, if true will jump to next char, if it is at the end of the text, it will finish the text. Methods: * func define_text(text : String): Define the text, trigger text cleanup, not affected by autostart, must call start after defined. * func start(): Starts the text, if the text is already playing will restart. * func end(): Finishes the text, and fills all text at once. Signals: * Start : Emmited at the start of the text. * KeyStroke(key: String) : Emmited on every keystroke. * End : Emmited at the end of the text. By Cianci KelvysB. Check Cianci Tutorials (Brazilian Portuguese): https://www.youtube.com/@CiaNCIStudio

    By: Cianci
  • Material Viewer
    4.2
    v0.93D Tools

    Search for all materials in the project Apply the material to the object Search and filter by materials

    By: 3Dvachevsky
  • Top Down Camera
    4.0
    v1.02D Tools

    This addon aims to provide a general-purpose 2D camera for top-down games where the mouse pans and zooms the camera. Ideal for strategy/simulation games

    By: TimCoraxAudio
  • Laigter Integration
    4.0
    v1.0Tools

    This tool lets you generate normal and specular maps using Laigter: https://github.com/azagaya/laigter from within the editor.

    By: gitautas
  • NV Node Pivot
    3.5
    v1.0Tools

    Add preset for Node Pivot offset / center point

    By: NAIIVE
  • Godot Grid Array
    4.1
    v1.0Tools

    Display boolean arrays as a grid of checkboxes in the inspector. Usage Include `GridArray` or `grid_array` (not case-sensitive) in your exported Array's name. GDScript - Examples gdscript @export var Grid_arrayExample: Array @export var gridArraysample: Array C# - Examples csharp [Export] public Array<bool> TestGridArray { get; private set; } = new(); [Export] private Array<bool> _grid_array_ = new();

    By: TheQuietCroc
  • Godot Plush
    4.0
    v1.0Misc

    This is the Godot Plush model by FR3NKD, packaged as a Godot asset for your convenience. Originally from https://fr3nkd.gumroad.com/l/vhfvy

    By: haunty
  • ProtonScatter
    4.1
    v4.13D Tools

    Place anything you want in your scenes, in a procedural, non-destructive way. This add-on automates the positioning of assets in a scene. If you have a lot of props to place, and you would rather not do it by hand, ProtonScatter may be useful to you.

    By: hungryproton
  • fkeyzKnob
    4.1
    v1.0.12D Tools

    A simple knob UI scene that lets you rotate a knob by dragging it up and down, or by scrolling the mouse while while hovering the cursor over it. Includes easy to use export variables to set the degree amounts for the knobs' starting rotation, minimum/maximum rotation and dial sensitivity. You can also change the sprites for the knob.

    By: fkeyz
  • Sphere Forms Plugin
    4.3
    v1.43D Tools

    Adds three new types of mesh "Icosaedron Sphere", "Octaedron Sphere" and "Cube Sphere" for MeshInstance3D. Plugin can easily generate spheres with configurable UV map and count of poligons. Meshes Inspector panels are quite similar to default UV-Sphere. Improved version of my old "Icosaedron Sphere (IcoSphere) Mesh" plugin with better scripting API and faster sphere-gen system.

    By: M.A.G.Gen.
  • GD UUID
    4.0
    vv1.0.0Scripts

    GD UUID is a Godot library that generates UUIDs. Currently, it supports UUID v7 only.

    By: Hotari
  • Transform Container
    4.3
    v1.0.02D Tools

    Adds a control node to make transformative animations in ui easier while using containers.

    By: PhoenixStroh
  • Godot GameJolt API
    4.2
    v1.0Scripts

    Adds a simple GameJolt API class. Make calls to the API and easily handle them using full offline documentation for all functions. The GameJoltAPI node extends from HTTPRequest. Click "View Files" for more info! Installation: - Click "Download" on this addon then "Change Install Folder" - Create folder "res://addons/gamejolt_api", choose it, and click "Install". - Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin. - Finally, reload your project.

    By: IronBrandon
  • StateMachine
    4.3
    v0.0.12D Tools

    自己使用的,简单的状态机插件

    By: 291700351
  • WRAP IT UP - Arcade Game
    3.6
    v1.2Projects

    WRAP IT UP is a Screen Wrapping Arcade Platformer Game - 21 Stages of Screen Wrapping Action! - Leap through an infinite Void - Squish Gumdrops - Beat every stage to play Loop 2 and beyond (: WRAP IT UP started as a mini-game in ROTA - godotengine.org/asset-library/asset/1930 WRAP IT UP is a sequel to Candy Wrapper - godotengine.org/asset-library/asset/1939 Built with Godot 3.6 Play on Windows, Linux, Mac & Web!

    By: Harmony
  • Godot dotenv
    4.0
    v0.1Scripts

    A Godot plugin to help load environment variables using one line and view .env files in Godot with syntax highlighting.

    By: lsbt
  • Scribbler
    4.2
    v1.0Tools

    A side dock to make basic drawings without leaving the Godot editor, useful for prototyping. Has basic and custom paint tools, supports drag and drop from any file/texture in editor (PNG only), onion skinning, sprite sheets, etc. Janky, minimal and tailored to drawing black outlines+fillings and shadows. Documentation on github: https://github.com/sulianthual/scribbler

    By: sul
  • Identicons
    4.2
    v1.1.02D Tools

    Adds an Identicon node to draw 9-patch identicons.

    By: xyztWT