**Twitcher V2: Easily Add Twitch to Your Godot 4 Game!**Connect your Godot game or overlay to Twitch!* **Show Twitch Chat:** Display chat messages in your game.* **React to Events:** Make things happen when someone follows, subscribes, or uses channel points.* **Use the Twitch API:** Get user info, create clips, and much more.* **Handle Chat Commands:** Create custom commands like `!play` or `!info`.* **Easy Setup:** A helpful wizard guides you through connecting your Twitch account.* **Animated Emotes:** Supports showing Twitch's animated emotes (GIFs).Perfect for making interactive Twitch games and cool stream overlays. Full documentation available!
Traits made easy in Godot 4Version 2.0.1 is live ! Compatible with Godot 4.4. For older Godot versions, please use 0.x versions, downloadable on Github (https://github.com/Earewien/godot-traits/releases)Godot Traits is an addon designed to bring traits into GDScript. A trait embodies a collection of behaviors (variables, functions, signals, etc.) that can be utilized to extend the functionalities of a class.Given that Godot Engine lacks an official interface system, many developers resort to composition for combining various behaviors in a single class. However, implementing composition correctly can become complex and inconsistent. This addon's goal is to offer a streamlined and accessible approach for adding and removing behaviors from objects in Godot. This is achieved by defining trait classes and attaching them to objects, and using auto-generated utilities to use them.Features:- Trait declaration using annotation- Auto-generated trait helper class to manipulate traits- Scenes and nodes as traits,- Strongly-typed traits and autocompletion- Strong trait usage runtime checks- Dynamic addition and removal of traits- Automatic trait dependencies injection- Traits inheritance
Part of the godot-gameplay-systems.This is a c++ addon which handles attributes, attribute systems, buffing, debuffing and so on.
A GDScript implementation of the finite state machine pattern.Adds node types for finite state machines and states.
Steam Sockets Multiplayer Peer for Godot 4 via GDExtension- No dependency with lobbies- Use steam networking low level (Sockets)- No compatible with channels (Will be added in the future)- No compatible with mesh peersThis code was built on top of small experiments by Zennyth [https://github.com/Zennyth] , greenfox1505 [https://github.com/greenfox1505] and MichaelMacha [https://github.com/MichaelMacha]
Event-driven behavior trees for Godot.
AndroidIAPP is a plugin for the Godot 4.4.1 game engine. It provides an interface to work with Google Play Billing Library version 7. The plugin supports all public functions of the library, passes all error codes, and can work with different subscription plans.
RemoteContainer pushes its own transform to another Control derived node in the scene.
A node that replaces Resources on-the-fly using suffixes.
A set of Finite State Machine nodes for organizing and processing logic.
Automatically formats and lints GDScript files on save using gdformat and gdlint.
Yet another (linear) dialogue system/addon/plugin. Written in human-readable plain text. Compatible with Godot 4.4.Official documentation: https://theatre.nnda.dev0.11.1 changelog: https://github.com/nndda/Theatre/releases/tag/0.11.1