Search Unity

Is there some limitation of fps on Mobile Platform?

Discussion in 'General Discussion' started by Bagazi, Feb 15, 2020.

  1. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    I use the redmi k30 as my debug android device,which has a 120Hz display.I set the framerate as 300 by "Application.targetframeRate" and I set the vsync count as below:
    upload_2020-2-16_1-56-12.png

    But I still get about 60HZ fps. Is there some inner limitation within moblie platform?
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609
    Did you turn on 120hz in the phones display settings? Did you test an empty project, to make sure nothing heavy is happening that would cause it to not run faster than 60fps?
     
    Bagazi and angrypenguin like this.
  3. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    I forgot to open the display setting...:confused: thanks..