Page 1 of 1

How to Make Moblie-Friendly?

Posted: Wed Aug 19, 2020 4:48 am
by Tombitingb3
I think it is greate to push mfps to mobile.But i found it is expensive for cpu in mobile .Once i am play my game in android ,i got only 21fps.without any directionLight.
What Should i do for optimizing my cpu performance ? :lol:

Re: How to Make Moblie-Friendly?

Posted: Wed Aug 19, 2020 5:52 am
by skr2000
Here are few things to make it as a mobile-friendly:

Rendering
  • - Reduce Draw call
    - Optimize Mesh
    - Reduce Texture Size
    - Disable Post Processing Effect (especially ambient occlusion)
    - Use Occlusion Culling
    - Change Shader (I recommend you to use Mobile/Unlit shader for the environments)
Code
  • - Optimizing network codes
    - Pooling (Currently mfps only has a basic pooling, you'll have to change it to avoid the stuttering)