An editor plugin for Godot Engine 3.x to manage code snippets in your projects. Edit, Copy, Add and Delete frequently used pieces of code into your Godot 3.x projects.v1.1Internal Editor added to right mouse click on code snippet.
Adds stopwatch functionality via a custom node.
Plugin that allows connections to Twitch Chat using IRC. Comes with example scene in the form of an editor dock.
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
This plugin allows you to easy create and edit Bitmap font. Simply choose your texture, unicode number and specify rect of desired symbol. This tool allow you to add any part of any texture as any symbol. Other tools are looped and does not allows to add individual symbols, this one does. Tested and build on GoDot 3.0.5 but it should work on other versions as well1. Path to file. If you are creating new font it will be saved in this path. If you are editing font select path to it. Pathmust be full including *res://* or *usr://*.2. Path to texture. Same as path to file, path to texture must be full as well. Point this path to texture sheet of your font.3. Unicode code. This specify what symbol you are adding.4. X, Y, W and H are Rect2D coordinates of symbol you are adding. Rect is in pixels on your texture.5. Click button and let it work.6. Add more symbols by repeating steps 3-5 with same file. If editing existing font, texture is not required.About "Invalid path"---------------Both paths needs to contain "res://" or "usr://". Save path need to contain ".tres" and texture path need to contains ".png", ".jpg" or ".jpeg"
This plugin allows you to import/export DSCN files within the Godot editor.DSCN files have all the flexibility of normal scene files, can be imported/exported from anywhere in the file system, and can be imported/exported at run time.This plugin is NOT intended for use in projects in production. Right now the plugin is in a proof-of-concept/alpha stage!See https://github.com/TwistedTwigleg/DSCN_Plugin for more details!
Makes it easy to use an alternate form of window scaling that better preserves the apparent pixel sizing.Includes a bilinear filtering shader and a scene that uses it for window scaling. This prevents variations in pixel sizes at resolutions that can't be divided perfectly, while keeping pixels well defined. Especially useful for pixel art games.
Emulator-style pixel upscaling algorithm. Ported from the SameBoy to Godot 3+. Works similarly to hqx at arbitrary precision.