> Check the memory usage. If your app needs loads of memory, devices without enough memory will crash. Is there a way in Construct 3 to check how much memory is available on the device?
> Check the memory usage. If your app needs loads of memory, devices without enough memory will crash.
Is there a way in Construct 3 to check how much memory is available on the device?
Found the answer here: construct.net/en/make-games/manuals/construct-3/plugin-reference/platform-info
Look for DeviceMemory
Develop games in your browser. Powerful, performant & highly capable.
Check the memory usage. If your app needs loads of memory, devices without enough memory will crash.
This is more of a general trouble shooting tip: Try to remove most of events and/or actions where the game crashes and try again. If the game then starts working then you can enable one or more events at a time until it crashes again - then you've found the issue.
You could also take a look at HTML5 AdSense for games from Google: support.google.com/adsense/answer/7170212
It will require a bit of JavaScript, but now that is also possible to use inside Construct 3 without plugins. Note: I have not tried using this myself.
Member since 22 Mar, 2016