Wrapper around the Discord Social SDK, so you can interact with the SDK through GDScript (instead of C++). Compatibility with Linux (x86_64) and Windows.
Tool that adds Labels with text autosizing capabilities.Find the instructions in the Github repo.For Godot 4.6.x
A Finite State Machine and Component Manager for Godot 4.6+.
Create and manage achievements through an in-engine editor and display them in your game!
A dialog tool that includes a dialog editor, and nodes to parse the resulting file to text on screen. Useful for narrative games such as visual novels, for which the plugin contains a project template. Documentation can be found on the GitHub Wiki: https://snekofspice.github.io/diisis-docs/
A sound library browser to browse your sound and music library. Move them to your project with one click!Detailed usage instructions can be found in the readme of the repository.https://github.com/RustyPrime/GodotSoundLibraryBrowser
GUT for Godot 4.6This release requires Godot 4.6. You can find a full list of earlier versions and links in the README: https://github.com/bitwes/Gut/blob/main/README.mdGUT stands for Godot Unit Testing and...as you may guess, it is a tool for creating and running tests.Features* Run tests easily through the Godot Editor, Command Line, or VSCode.* A plethora of asserts and utility methods to help make your tests simple and concise.* Support for Inner Test Classes to give your tests some extra context and maintainability.* Doubling: Full and Partial doubles, Stubbing, Spies.* Parameterized Tests* Export results in standard JUnit XML format.More info can be found in the wiki: https://gut.readthedocs.io/en/latest/
Modular Firebase integration for Godot with support for iOS and AndroidFeatures:- Firebase Core - Required base for all Firebase services- Firebase Analytics - Event tracking and user analytics- Firebase Crashlytics - Crash reporting and diagnostics- Firebase Messaging - Push notifications (FCM)
An open source ASCII toolkit for Godot!This plugin aims at providing tools to develop ASCII games in Godot while still using all its handy features at maximum.For now, only some Controls (User Interface) tools are available.
Native RevenueCat integration for Godot with full support for iOS and Android.Features:- Purchases & Subscriptions – Handle in-app purchases and subscription flows- Offerings & Products – Fetch available store products and remote-configured offerings- Customer & Entitlements – Check subscriber status and entitlement access in real time- Native Paywall UI – Display RevenueCat’s native paywall interface using RevenueCatUI
The ultimate visual scripting solution for Godot. Revolutionize your game development with an intuitive node-based editor. No coding required, full Godot integration.Official Links- Website - (https://orchestrator.cratercrash.space)
Talo's Godot plugin is the easiest way to add leaderboards, player authentication, peer-to-peer multiplayer and more to your game. Talo (https://trytalo.com) is an open source game backend with a dashboard and API to help you visualise and analyse your game's data.**Features**- Player management (persistent data, groups and authentication)- Peer-to-peer multiplayer with persistent data- Leaderboards- Game analytics (global stats, player stats and event tracking)- Load game config from the cloud- Game saves (online and offline)- Game feedback from players- Player presence (see if players are online and set custom statuses)- Player relationships (for friends, followers and social systems)**Included samples**- Authentication: a registration/login/account management flow, showing how to create player accounts and authenticate them- Playground: a text-based playground allowing you to test identifying, events, stats and leaderboards- Leaderboards: a basic leaderboard UI, allowing you to add and update entries- Multi-scene saves: a small game showing how to persist save data across multiple scenes- Chat: showing how to send messages between channels in a chat room- Channel storage: showing how to store data that can be accessed by other players using channels- Friends list: a friends list UI with friend statuses, incoming/outgoing requests and player-to-player broadcasts.**Links**- Homepage: https://trytalo.com- Docs: https://docs.trytalo.com/docs/godot/install- Repo: https://github.com/talodev/godot- Discord: https://trytalo.com/discord**New in 0.44.0**- You can now get/set arrays of props.- Player auth emails are now required to be unique (by game).- Player auth accounts can now be migrated to other services.