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

Why can't Unity find my latest Beamable version?

Hello, we want to update to last unity 2020 LTS version (2020.3.42) because we encountered some issues with a plugin by being under unity 2020.3.38.
If we update the unity version beamable it's not working anymore and unity doesn't find it (even if we update to the latest beamable version after entering the 2020.3.42 unity version)
Do you have any informations regarding that ? Thank you

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?

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

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?

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

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

Prevent same account log in on different devices

I want to prevent players from logging in on multiple devices and playing the same account at the same time. Any good solutions?

Answered

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

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

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?