Tools

Showing 276 of 1,122 results
Page23 of 94
Viewport Spy hero image

Viewport Spy

by arccoza

FREE

Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.

Godot3To4FileConversion hero image

Godot3To4FileConversion

by davethecoder

FREE

Godot3To4FileConversion is an addon consisting of three GDScript classes that enable certain files written in Godot 3 to be read in Godot 4. Specifically, it provides solutions for these problems: * Encryption change in class ConfigFile * Encryption change in class File (Godot 3) / FileAccess (Godot 4) * File.store_var()/FileAccess.get_var() incompatibility due to changes in the enum Variant.Type values Tested in Godot Editor using Godot versions 4.0.4-stable, 4.1.4-stable, 4.2.2-stable and 4...

Anima for Godot 4 hero image

Anima for Godot 4

by ceceppa

FREE

The animation library for Godot

Game Console hero image

Game Console

by xanatos

FREE

Addon to add a console to your game, this will allow you to run commands after opening the console. To add a command simply use Console.register_custom_command("reload", _reload, [], "Reload current scene") where reload is a function without parameters. If you want to parse parameter use Console.register_custom_command("count_up", _count_up, ["(int) amount to count up"], "Increase the counter", "Command will increase a local counter", ["count_up 1", "count_up 3"]) This adds a command with a s...

GamePush hero image

GamePush

by gamepush

FREE

Game backend and unified SDK of popular platforms – in one service! Key tools for integration, monetization, development of WEB and mobile games, with the possibility of free use.

Material Modifier hero image

Material Modifier

by thane5

FREE

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=0 albedo_color=478cc0 albedo_texture=res://icon.png emission_enabled=true uv1_offset=1, 1, 1

GALite hero image

GALite

by scrawach

FREE

Lightweight addon for working with GameAnalytics via REST API written in GDScript

AI Assistant Hub hero image

AI Assistant Hub

by flamxgames

FREE

Embed free AI assistants in Godot with the ability to read and write code in Godot's Code Editor. Key Features - Assistants can write code or documentation directly in Godot's Code Editor. - Assistants can read the code you highlight for quick interactions. - Save reusable prompts to ask your assistant to act with a single button. - Create your own assistant types and quick prompts without coding. - Have multiple chat sessions with different types of assistants simultaneously. - Edit the conv...

MadTalk - Dialog System hero image

MadTalk - Dialog System

by fbcosentino

FREE

One of the oldest and largest dialog plugins for Godot, now finally on AssetLib! (No need to get from github anymore =p) A mature, very feature-packed - but still also very beginner-friendly - dialog system for Godot. - Node-based, with elegant and compact editor (no spaghetti) - Conditions and events are intuitive to design and to follow - Handles in-game date/time automagically (only dialog plugin which does that!) - Handles voice acting and translations from the plugin itself - Very comple...

Local Asset browser hero image

Local Asset browser

by kaifungamedev

FREE

An asset browser for local assets. Click on "view files" for more info. [Changelog] 1.0: - first release 1.1: - added a setting to use the first image found. - added more names to default File_preview_names. 1.2: - Filer searches using tags. - Added image size override. - Asset searching now looks for an image with the folder name. 1.3: fixed crash when loading large amounts of assets. added some buttons to the search full changelog on GitHub.

ObjMesh-Material-Import-Fix hero image

ObjMesh-Material-Import-Fix

by mojoyup1528

FREE

If you have a mesh imported from a program like Sketchup, for example, and you wanted to use materials inside the editor rather than imported with the mesh, this script will fix the issues of importing the obj and not being able to see it due to missing materials or transparency issues. Just drag the script into your mesh instance and restart

PythonScript-Pypy hero image

PythonScript-Pypy

by touilleman

FREE

/!\ This module is deprecated !!! See PythonScript module (https://godotengine.org/asset-library/asset/179) instead /!\ /!\ This module requires to restart Godot once installed /!\ Introduction ------------ This is a beta version of the Python module for Godot. You are likely to encounter bugs and catastrophic crashes, if so please report them to https://github.com/touilleMan/godot-python/issues. Working features ---------------- Every Godot core features are expected to work fine: - builtins...