All Gadgets

Showing 840 of 2,195 results
Page70 of 183
Start.io Godot Android Plugin hero image

Start.io Godot Android Plugin

by fernan2cas96

FREE

Professional Start.io ads integration for Godot 3.6 featuring a robust singleton interface and native Android plugin. Supports banners, interstitials, rewarded ads, with auto-reload, GDPR compliance, and full error handling. Perfect for mobile game monetization!

Godot Fast WFC hero image

Godot Fast WFC

by aliasfactory

FREE

A high-performance Wave Function Collapse algorithm wrapper

Zodot (Data Validation) hero image

Zodot (Data Validation)

by rametta

FREE

Zodot is a lightweight data validation library for Godot. Define a schema shape, then use that schema to validate any data. Excellent for parsing data that was stored in JSON, or data returned from API's.

Godot TOML Parser hero image

Godot TOML Parser

by benichi

FREE

A Godot TOML parser for Godot 3.x Usage ``` var toml = TOMLParser.new() # Define the parser in your script var file = toml.parse("res://file.toml") # Load your TOML file from a specified path # After that, it behaves exactly like a dictionary print(file["variable"]) ``` Current Issues -Octal and binary numbers aren't supported -Complex Date-time (eg. 1979-05-27T00:32:00.999999-07:00) isn't valid -Multi-lined strings can't start on a new line -Multi-lined arrays aren't supported

Dialogbox hero image

Dialogbox

by schweini

FREE

A dialogbox for all your needs!

Web Sprite 2D hero image

Web Sprite 2D

by kameloov

FREE

WebSprite is a plugin for Godot game engine, it adds a new type of sprite that allows loading textures from url and caches the files locally

Godot WakaTime hero image

Godot WakaTime

by thomazthz

FREE

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

Threaded Loading Demo hero image

Threaded Loading Demo

by godotengine

FREE

This demo demonstrates how to use ResourceLoader for background loading. See documentation on using multiple threads: https://docs.godotengine.org/en/stable/tutorials/performance/using_multiple_threads.html Language: GDScript Renderer: Compatibility

BloodyLogger hero image

BloodyLogger

by alexvalder

FREE

Simple extensible logger for Godot 4.x. Comes with default console writer and error file writer with max log size limitation.

EzPID hero image

EzPID

by iimidknightii

FREE

A GDExtension addon that adds a simple, generic PIDController that can either be used to update another node's property to follow a target value, or to manually integrate into your scripts. Includes full documentation and tons of customization features.

PostgreSQL Client in GDScript hero image

PostgreSQL Client in GDScript

by samuelmarzin

FREE

Godot PostgreSQL Client is a GDscript script / class that allows you to connect to a Postgres backend and run SQL commands there. It is able to send data and receive it from the backend. Useful for managing player user data on a multiplayer game, by saving a large amount of data on a dedicated Postgres server from GDscript. The class is written in pure GDScript which allows it not to depend on GDExtention. This makes it ultra portable for many platforms. Detailed documentation: https://github...

NativeLib hero image

NativeLib

by drmoriarty

FREE

Ultimate solution to manage (install/update/uninstall) native modules for iOS, Android, MacOS, AppleTV. It automatically process packages dependencies. It will add gd wrapper for native library into your autoloading list. it has comfortable package settings editor. Now 56 native packages available: - APN - ARKit - iPhone Camera - GameCenter - iCloud - Apple AppStore - AdColony - Amplitude - Applovin - Applovin-MAX (with adapters) - Appsflyer - Facebook - Firebase (Analytics, Auth, Crashlytics...