Discord Activities are build around an iframe, like a standard webgl game. But there are some key differences :
PlayerPrefs
) is not guaranteed, in size or in durability.OnApplicationQuit
is not called when the game is closed.Mee6Platform
you code will know if you are on mobile or desktop).To go through the limitations we offer 5 objects :
Mee6Storage
: a PlayerPrefs
like class (exactly the same api SetString
, GetString
, SetInt
, GetInt
, Save
...) storing data in MEE6 backend.Mee6IAP
: a class to handle in-app purchases with a Purchase
.Mee6Analytics
: a class to send analytics events to Game analytics through the MEE6 backend.Mee6Platform
: a class to get details from the platform. Mobile/desktop and a user_name.Mee6NextScene
: a class to exit pre-flight scene when underlying system is readyWe offer as weel a dev tool, so you can test the integration of MEE6 SDK with your game.