Search Unity

Tutorial - How to Optimize your game for Mobile (Android and iOS)

Discussion in 'Community Learning & Teaching' started by peq42, Feb 26, 2023.

  1. peq42

    peq42

    Joined:
    Mar 4, 2022
    Posts:
    74
    Sometime ago I wrote a basic article showing some tips on how to optimize a game for mobile and thought it'd be good to share: https://peq42.com/how-to-optimize-a-game-for-mobile/

    Why mobile?
    The mobile market is FAR bigger than the PC one. More people buy phones nowadays than PCs, so its only natural to want to port/develop for it.

    Why optimize?
    Phones are MUCH weaker than PCs. Their CPU, GPU and RAM all are far more limited. In the article I explain it better and how to ensure your game will run well on both android and iPhone

    What about PC/Console?
    Honestly, most of the tips will be good for them as well, but the difference in performance will be more notable on phones.
     
    TonCoder likes this.