Easy way to optimize performance (Mobile)

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!!!

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:

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.