Hi
I was working on a new mobile game and plan on publishing to amazon devices, The game will require to check if the player is using an amazon device to help limit performance for the slower tablets. Does anyone know of a plugin or a way of checking if the player is using an amazon device?
Thanks
Use the default platform info plugin (c3) or the system events(c2) and use Is On Platform or Is On Export or amt like that.
Develop games in your browser. Powerful, performant & highly capable.
The default plugin in C3 doesn't support amazon devices anymore. It was supported in C2 just not anymore
I'm not sure if this will work, but what if you make sure if it's none of those devices (not iOS, not Android, not Chrome, etc), if none of them, then it's highly likely Amazon Tablet?
that will also trigger on HTML exports though
edit: nevermind turns out platform and export events can be true at the same time it might work