This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Answered

Is chat view needed?

Is it necessary to build a ChatView or is there some way to leverage the RoomInfo I already have to get a RoomHandle?

Answered

Is there a mechanism for manipulating the running instances of events? [even if just for testing]

I notice that in testing I made an event, and had it start now.

Answered

Why am I getting a NullReferenceException error when installing Beamable in Unity 2021.3.14f1?

Getting an error on installing the SDK in unity 2021:

Answered

Invalid Game Type

Hello,

Why am I getting so many errors?

I am getting this error and more, "Assembly has reference to non-existent assembly 'Core.Platform'"

Answered

Rename Leaderboard entries

Can you rename Leaderboard entries?

Kiosk Login w/ mobile device

How do I implement kiosk login from a mobile device? I want to run a specialized game build on a physical installation, but allow players to log into their Beamable accounts using their phones or other mobile devices.

Answered

Microservice Security

How is the security between the client app and the beamable server works for microservices?

Answered

I'm getting some lag with the multiplayer relay server. Is there a way to speed up the response times?

The default GameRelay implementation polls once per second or half-second — there is an alternative implementation that gets injected before the Beamable SDK is initialized which polls more often and should have far better latency.

Answered

Group custom data

In PlayFab it's possible to store custom data in a Group, what is the best way to do the same with Beamable?