A Godot editor addon to batch-modify material assets.Use either the sliders or text input field to change your materials.The text field accepts all material parameters, separated by line breaks. Examples: roughness=0albedo_color=478cc0albedo_texture=res://icon.pngemission_enabled=trueuv1_offset=1, 1, 1
Use your Aseprite files directly in your Godot project.Supports 2D and 3D sprites, animations, layers and user data on frames.
Simple, linux-like, all-in-one, in-game console for development, debugging, cheats and/or any other interaction with your game.GDShell works right away after installation with no need for a complex setup.Add you own commands, don't reinvent the wheel and get right back to the important stuff that makes your game fun!Exclusive for Godot 4.0+
Prototype to implement OpenAI assistance to Godot 4. Inspired by https://github.com/keijiro/AICommand
This addon automatically generates a github workflow to publish your game to your itch.io project. Great for use in jams so you can have your playable code live within a couple minutes of pushing to github.
A node which can play .mid files on the vibration motor of XR controllers.
Generate GDScript quickly by typing brief words or letters.Customize macros inside of the included macros.txt file to suit your needs.
Minimal plugin manager for GodotThis version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug/tree/godot3) branch for older versionInstall with gd-plug-ui(https://godotengine.org/asset-library/asset/1926) to manage plugins in editor.- MinimalNo dependencies other than Godot and git- Self-containedOne script to run them all- Zero learning curveConfig file written in GDScript- Version freezeFreeze plugins by branch, tag or commit- Reduce remote repository sizeDependencies can now be installed with just a single-line shell command- Clean uninstall*.import files or import resources located in /.import that generated by plugin will be cleaned as plugin uninstalled- Multi-threadedParallel download/installationv0.2.6:Fix download bugAdd help actionv0.2.5:Completely fix stuck while executing commandsSupport gd-plug-uiv0.2.0:Port to Godot 4.0v0.1.1:Fix inner class name conflict with other plugins & support for headless/server buildIf gd-plug already installed, you may upgrade from command-line:godot --no-window -s plug.gd upgrade
Import Plugins for Aseprite and Blender*.aseprite or *.ase to ImageTexture (Sprite2D) or SpriteFrames (AnimatedSprite2D)*.blend to PackedScene or MeshLibrary (GridMap)
Datalogue is a quick and easy way to manage game data for all kind of items (weapons, cards, upgrades, ...)
A tool for building puzzle dependency charts to help visualise and map out your adventure game puzzles.
Ever wanted to change a rigidbody's scale and got told by the engine that that's not a thing you want to do? This plugin makes it possible. Simply add it to your project and scale rigidbodies to your heart's content.Supports 2D and 3D!