Admin - Overview
[DVTL-Admin-01]
Beamable provides you with an easy way to get debug information about your Beamable game. We provide you with a command line tool, as a prefab, that can be placed in a unity scene and allow you to access information via command.
This is currently a Unity only feature
This feature currently requires Unity 3D development environment and is not available for other platforms. It is designed to be used within the Unity Editor.
Command | Details |
---|---|
LOGIN_ACCOUNT | Login to the PlayerId designated by the given username & password |
IDFA | Get the Advertising ID of the current device |
HEARTBEAT | Get the heart beat of a user account |
TOKEN | Show current access token |
EXPIRE_TOKEN | Expires the current access token |
CORRUPT_TOKEN | Corrupts the current access token to trigger the refresh token flow |
RESET | Clear the access token and start with a fresh account |
These are but a few of the commands you can perform from within the Admin tool. To get a full list of the available commands you can type help at the prompt and see all available commands.
Updated about 1 year ago