How do I know if i wasted too much memory ?

0 favourites
  • 2 posts
From the Asset Store
Memory game, with 10 levels for you to have fun. Made in Construct3, template available for purchase.
  • Hi everyone. How can I know if I wasted too much memory?

    In the debug layout i can see that I have Est. image memory : 20.6 mb. Its ok ?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The debugger gives an estimate, it is close, but not necessarily the correct amount of resources your game uses. Most often than not, the problem is CPU usage.

    The best way to test is export your game with Node (as NW.js if available on free version), run the game and monitor the CPU and RAM usage via Task Manager (on Windows). If you're developing for mobile you should test on that as well. Pretty much export and test on the actual device you're developing for.

    In general most modern tech have at least 1GHz CPU (I doubt C2 games utilize multiple cores) and 4GB of memory you might want to aim quite lower than that to make sure it runs great on any device.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)