-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the toybin! wiki
toybin! is a plugin for Godot 4.x that aims to simplify the process of using Playroom. Playroom is a web-based multiplayer backend that's free to use¹. On this wiki you can find all the documentation relating to toybin! and some tips for utilizing Playroom.
This plugin is built around providing encapsulations for the Playroom API. It also offers some wrapper classes to help better interface with some of the JavaScript objects Playroom relies on. In addition to making it easier to work with Playroom from GDScript, this plugin provides some pre-built solutions to common problems and automates some of the setup needed for working with Playroom.
- HTML5
Note
Playroom only supports the web platform. You can still export your game to other platforms, but Playroom features will be unavailable.
Refer to Playroom Documentation for more details on these features
- Lobby
- Matchmaking
- Joystick and Gamepads
- Stream Mode
- State
- RPC
- Tiktok Live
- Discord
Important
Some features like Discord integration are only partially supported at this time.
- Bots
- Persistence
- Turn Based
Note
These features can still be accessed, but toybin! does not supply encapsulations or wrappers for them.
¹. Non Commercial with some limitations.