This is an addon that adds jigglebones to Godot 3.0. If you don't know what that is: 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. You can also drag the jigglebones in the editor and fiddle around with them.See the GitHub page for a detailed guide on how to use it in your project:https://github.com/Bauxitedev/godot-jigglebones/blob/master/README.md
Godot-Stuff Logger (gs_logger)A GDScript based logging utility, it provides a very low level way to debug your Games. There are different Appenders and Layouts available that let you control how the logger output is delivered.Features* low overhead* simple to include in your projects* eight different logging levels* output to console or filesystem* html output available (experimental)This version supports the Godot Version 3.0 releases.For more information follow this linkhttps://gitlab.com/godot-stuff/gs-logger/blob/master/README.md
A TODO list dock for the Godot game engine. Supports TODO, HACK, BUG, FIXME, and NOTE comment tags out of the box. Easily modifiable.More info: https://github.com/need12648430/godot3-todo
Atlas importer plugin for other texture pack toolsLoad packed atlas texture to filesystem and can be used in godot.Current support tools and formatsTexturePacker : Generic XMLTexturePacker : JSON hashAttila : JSONKenney Spritesheet : Atlas from Kenney assetsLibGDX: (Atlas from LibGDX Framework, which has a nice GUI tools - GDX Texture Packer (https://github.com/crashinvaders/gdx-texture-packer-gui))
Using this plugin, you will be able to try to:- Create Godot PBR Materials automatically using their filenames...- Create inherited Scenes from your meshes...- Test your materials in a preconfigured Test Scene!- Order your Assets adding order_children_nodes.gd to it is parent node!- Add EnviromentTemplate.tscn to test your own scenesThe plugin is about 10mb only! It will appear as a Tab in the left dock.I created this plugin because I did not like the 3D workflow and I do not understand how to configure PBR Materials properly, so if you find some kind of error or know how to improve the results, please Contribute in my GitHub! Thanks!https://github.com/doradoro
This is the source code of my audio game rpg Ptolem's Singing Catacombs that I made in Godot for my capstone projectYou can learn more about it here: Ptolem's Singing Catacombs: https://www.youtube.com/playlist?list=PLmugv6_kd0qOCZ4M105mLx5ICuaSJttlt
Meteorite is a lowres metroidvania FPS, inspired by Metroid Prime, made for LOWREZJAM 2018. Explore a facility on a far away planet, find gun upgrades, and upgrade your movement capabilities to surpass previously unsurmountable obstacles.Important: before running the game you must download a font or you won't see any text. For instructions, see https://github.com/Bauxitedev/meteoriteFor more information you can check out the game's description on itch.io: https://bauxite.itch.io/meteorite
--PT-BR--Com esse plugin, poderá criar água poligonal dinâmica mais facilmente!!--EN-US--With this plugin, you'll be able to create dinamic polygonal water easier!!
This dock will allow you to document your scene hierarchies and usage. It's a simple text editor for recording notes about whatever scene you're editing.Supports both 3.0 and 3.1.More info: https://github.com/need12648430/godot3-scene-notes
Replaces a Sprite color with another one using a mask.https://thumbs.gfycat.com/FrighteningAssuredKinkajou-size_restricted.gifMore details about usage here:https://github.com/HeartoLazor/godot_palette_swap
Detect gestures and swipes in your game. Experimental: setup patterns to trigger actions!Go to GitHub for full readme with instructions:https://github.com/arypbatista/godot-swipe-detector/
KivanoEditorEnhancements This plugin is a collection of smaller plugins that enhance in some way the Godot editor. Please take a look at github page for full description and videos:https://github.com/kubecz3k/KivanoEditorEnhancemensKeep in mind that I take no responsibility for any potential damage casued by this code. You should always use Version control systems in your project.