supyoo's Forum Posts

  • 2 posts
  • I don't speak English very well, so I used Google Translator to write it. please understand.

    There is no big problem when running the project on PC, but the problem of frame drop when building with Android is a problem that I often encounter. However, it is a problem that does not occur significantly when using resources equivalent to the game created based on the Galaxy Note 5.

    I've had similar problems in the past, but as a result I miswrote the code to inefficiently repeat the code or check for unnecessary events.

    As a result of testing hardware performance, unless you create hundreds of single objects,

    Or, it is a problem that doesn't happen much in the shared project unless you set multiple behaviors for each of a hundred objects.

    Below, I'll share a project I'm working on.

    It's an egg-breaking game that uses a variety of resources including at least five behaviors per egg. I think it will help you compare game performance.

    The most effective thing when doing optimization work

    In the event page, it checks to see if the code is running unnecessarily every frame and removes that element.

    Of course, basic image optimization and optimization of vector data such as fonts (bitmap fonts) are also necessary.

    But overall frame drop does not always happen

    Sometimes it's okay, but as the game progresses, it gets slower, then it's okay to run it again.

    This is a link to the apk file of the project I am making.

    dropbox.com/s/8tpfqkuf0ftk6ok/SuperEggBreaker.android.debug%20%2823%29.apk

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • (I use Google Translator. Please understand if English is strange.)

    Hi, everyone.

    I wanted to launch the game on the Google Store, so I built the apk file using "MobileIAP".

    but MobileIAP is not work in C3 Runtime.

    If I change to C2 runtime, mobileIAP works well, but this time the "APK built" game does not work.

    Games that export to preview games or facebook instant games work well.

    Is it Bugs R117-2 Version?

    summary

    1. My c3p file version = R117-2

    2. I Made Facebook Instant game Publishing = OK.. "FBInstantgame" Plug-in Work Well.

    3. Google Play publishing preparation course. = All OK. (inApp ID, Public Key, Alpha Upload, etc...)

    4. "MobileIAP" Additional work. = Complete

    5. APKdebugBuild. on C3 Runtime = Games Work well but "MobileIAP" is NOT work.

    6. APKdebugBuild. on C2 Runtime = MobileAP is GOOD work. but games Stop Play at "1 stage start"

  • 2 posts