Search Unity

Question Easy way to optimize performance (Mobile)

Discussion in 'Editor & General Support' started by Rachan, Jan 25, 2022.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    781
    Hi there!

    I really want to know how to optimize game performance on Mobile
    I know that Target Frame Rate is help a lot But have some other technic?
    the Profiling is Ok.. But it should have some other way...
    like set some parameter.

    Thanks!!!
     
  2. JoNax97

    JoNax97

    Joined:
    Feb 4, 2016
    Posts:
    611
    There's no magic "performance" checkbox you can just tick in the project settings.

    Before we can even suggest anything, you should discover where you performance bottleneck is. Are you using too much CPU? Too much GPU? Too much memory? Does your problem appear constantly or only in specific circumstances (for example when spawning a prefab)?

    I reommend you read a bit to help identify where the problem is. These are good resources to start:

    https://blog.unity.com/technology/o...ips-on-profiling-memory-and-code-architecture

    https://thegamedev.guru/unity-performance-checklist/
     
  3. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,793
    Travel back in time when you could still build for iOS and Android with Unity 4 and then use that.

    Other than that, use profiler to see what the issue is and optimize accordingly.