Application.targetFrameRate = 25;
But the Xcode displays 30FPS ??
Application.targetFrameRate = 25;
But the Xcode displays 30FPS ??
See this on Unity Answers.
thanks, I’ve closed Vsync, can set it to 10 or 15 , but 21 or 25 is not OK.
You can’t turn off vsync. Realistically the options are 30 and 60; anything below 30 is too slow.
–Eric
OK ,thanks