Ask a Question

Ask a Question
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

Game Client needs docker to call MS methods?

Hi, just to make sure that I get it right - I understand that game client (build) does NOT need to have a docker installed on the client machine to call MS methods?

ANSWERED

Does the portal allow us to cohort users by a percentage and stat?

Does the portal allow us to cohort a percentage of players with a specified stat?

ANSWERED

Can I set stats on a player incrementally, like a counter or a cumulative amount?

Can I set stats on a player incrementally, like a counter or a cumulative amount?

App getting crashed when tried Google sign in

when tried to sign in using google the application is crashed and there are no errors in logcat.
attached ClientID both iOS and android.

ANSWERED

Are the Beamable Toolbox account and BeamContext.Default in editor the same?

Hey guys, we're trying to make a microservice that is AdminOnlyCallable, but when trying to call the function, we are getting a "missing scopes" error, since our scopes are [] . Is the Beamable account used to sign in to the Toolbox the same one as BeamContext.Default when in editor?

ANSWERED

Deleting baked content

Hi Beamable! I tried baking beamable content and now I want to reset it (download all content from server). Will simply deleting bakedContent.bytes do the job?

ANSWERED

How do you delete deprecated inventory elements from a players inventory?

How do you delete deprecated inventory elements from a players inventory?

ANSWERED

Prevent same account log in on different devices

I want to prevent multiple devices from accessing the same account at the same time. Any good solutions?

ANSWERED

Getting tokens

Hi! For debug purpose I need to send HTTP requests to our microservices. I don't understand how the Bearer's token is forged, I get systematically a 401. How can I authenticate to get a token?