What is the best ways to export to mobile?

0 favourites
  • 2 posts
From the Asset Store
Change the size and position of everything without calculating anything!
  • Hello everyone,

    I know a construct game run slow on the android, and It looks like the game skip few frames

    and The gameplay is just not smooth. My question is..

    what is the best ways to export to mobile, get the best performance and run on android smoothly?

    i hope some of the successful construct mobile developers can help me.. thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It is usually the events, layout, objects, memory usage or what's happening in the project, which is the culprit.

    But anyway, exporters don't gain you performance. It's always the runtime. So, use the C3Runtime and improve your game design.

    Here are some optimization tips:

    construct.net/en/make-games/manuals/construct-3/tips-and-guides/performance-tips

    About the exporter, it really is just mainly about the convenience and customizations you want to implement.

    It wouldn't improve performance unless you use a custom webview, which is what Cocoon.IO does but has its own drawbacks and limitations. I don't recommend this, especially when Cocoon.IO is declining and performance is becoming worse instead of becoming better because of lack of updates while the regular webview and packaging improves.

    I recommend, if you are not using the Construct 3 Build Service. You can use Phonegap. Which is convenient to use with its tools.

    Link: build.phonegap.com

    And no, it doesn't improve performance, that is up to the device webview, runtime and project design. Though, good, lightweight, updated packaging does improves a bit performance and responsiveness which is noticable.

    And Phonegap is always up to date with this. And possibly the Construct 3 Build Service too.

    If you learn or become an advanced user, you can use the Cordova CLI. But again, it doesn't improve performance. It works the same as Phonegap, it's just that you have more control.

    The slight performance and responsiveness increase is up to the cordova packaging version but mostly on the project design and runtime.

    I hope that shed some light on the subject.

    Cheers!

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