https://github.com/acegiak/Godot4-Action-List/
User interface for plugin manager gd-plug(https://godotengine.org/asset-library/asset/962)This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug-ui/tree/godot3) branch for older versionThis addon require gd-plug(https://godotengine.org/asset-library/asset/962) and git.Make sure to update gd-plug to at least 0.2.5(godot4) or 0.1.4(godot3)
This plugin allows you to interact with the Itch.io OAuth API in your Godot projects with only a few simple functions.See the documentation (https://github.com/Elip100/godot-itch-oauth/wiki) for instructions on how to use the various functions this plugin provides.
This plugin adds ability to preview all available icons in Godot Editor. Can be used to facilitate the process of developing Godot editor plugins without the need to import custom icons or any other design purpose.With this updated version, you can save icons as png or directly copy paste the texture into a property in the inspector.Full documentation has also been added : https://docs.google.com/document/d/1y2aPsn72dOxQ-wBNGqLlQvrw9-SV_z12a1MradBglF4/edit?usp=sharingCredits : The original 3.2 version has been created by Xrayez and I recently took over devellopement.
A GDScript implementation of a line renderer in Godot 4.0, useful for rendering cylindrical volume such as lasers, trails, etc. Based on the Godot 3.0 version by @dbp8890 at https://github.com/dbp8890/line-renderer, which is based on the helpful C# implementation by @paulohyy at https://github.com/paulohyy/linerenderer and added some additional features such as UV tiling and a .tscn file for ease of use.To use, simply download and unzip the folder, which contains a demo project. If the demo project is not needed, the LineRenderer subfolder can be copied directly into the Godot project.Drag and drop the LineRenderer.tscn scene into the project, and you should see a line!To edit the line's points, simply edit the points member variable of the line renderer, and add/remove points from the array (see demo project for details). This can also be done via the editor in Godot.
WakaTime for Godot!Godot WakaTime is a plugin for metrics, insights, leaderboards and automatic time tracking generated from your Godot usage.See the repository doc for more information:https://github.com/thomazthz/godot-wakatime/tree/v1.5.0
An integration for ink, a powerful narrative scripting language. GodotInk is mainly aimed at C# games, but is completely interoperable from GDScript. - Project home page: https://github.com/paulloz/godot-ink/- Installation: https://github.com/paulloz/godot-ink/wiki#%EF%B8%8F-installation- Quick start guide: https://github.com/paulloz/godot-ink/wiki#-quick-start-guide
This plugin helps to use the AdMob Plugin created by Poing Studios.Android: https://github.com/Poing-Studios/godot-admob-androidiOS: https://github.com/Poing-Studios/godot-admob-ios
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/11428Then I can remove this silly addon.Source code available here:https://gitlab.com/pahool_gamedev/godot_file_autoopen_addon
Imagine having a crystal ball that shows exactly how players experience your game, what excites them, what frustrates them, and what keeps them coming back for more. Tokebi Metrics gives Godot developers that power. With just a few clicks, you gain deep, actionable insights into player behavior and game performance. No guesswork, no blind spots.Unlock the secrets behind your players’ journeys and turn raw data into smart decisions that level up your game’s fun and success. All while keeping your players’ privacy front and center. If you want to build games players love and grow your community, Tokebi is your secret weapon.Learn more: https://tokebimetrics.comDocumentation: https://tokebimetrics.com/documentation-guide/godot-plugin-guide
Most basic vim motion controls for those who really miss it while editing scripts! Check the repo for a list of bindings.https://github.com/joshnajera/godot-vimRecent massive update thanks to github user wenqiangwang!
This is an addon that adds jigglebones to Godot 4.x. Jigglebones are bones that jiggle when the skeleton moves. They are used for procedural animation, so you can move only the important parts of the skeleton and the little bits will automatically jiggle with it.See the GitHub page for a detailed guide on how to use it in your project:https://github.com/yaelatletl/godot-jigglebones/blob/master/README.mdOriginally by BauxiteDev, current version includes upgrades and changes by Cory Petkovsek (tinmanjuggernaut) and Yael Atletl (me).