Version 5.1¶
These are the release notes for the Beamable Unity SDK version 5.1. This release includes a new Admin Console, reworkd Lightbeam samples and bug fixes to enhance your experience with the Beamable Unity SDK. Below are the highlights of this release:
Highlights¶
Reworked Lightbeam Samples¶
The Lightbeams samples was reworked to improve the interfaces and visuals alongside many bug fixes and new docs. You can access them from the Beam Samples Window in the Unity Editor.
Here is the updated list of samples and the new docs:
- Player Account Manager
- Inventory management
- Friends management
- Lobby management
- Loot boxes
- Cloud Save
See the Lightbeam samples overview for the shared framework, common sample structure, and customization options.
New Admin Console¶
The Admin Console is now a built-in runtime overlay managed directly by the Beamable runtime — no manual prefab setup is required.
To start using it Open the console with the backtick (`) key on keyboard or a 3-finger swipe on touch platforms.
The old AdminFlow console is now considered deprecated
Deprecations¶
AdminFlow Prefab¶
The previous AdminFlow prefab approach is still available for backward compatibility, but it is now deprecated and scheduled for removal in a future release, currently planned for late 2026 or early 2027.
When using the legacy AdminFlow system, the new Admin Console is automatically disabled by default to prevent conflicts between both implementations.
To use the new Admin Console instead, remove the legacy AdminFlow prefab from your scene.

