x


Is it possible to get above 30 FPS on an Android device?

I just found that I can change my ios game's fps by changing the variable at AppController file, but how can I change 30 fps limitation on Android platform?

more ▼

asked Jan 17 '12 at 11:01 AM

wzx104 gravatar image

wzx104
16 1 1 2

(comments are locked)
10|3000 characters needed characters left

2 answers: sort oldest

I tried

Application.targetFrameRate = 60;

But it's difficult to tell if it's made a difference because I'm running on a pretty poor device. It looks a little different! Can anyone confirm?

more ▼

answered Jan 17 '12 at 11:31 AM

chicknstu gravatar image

chicknstu
1

Yes, I confirm. "targetFrameRate" specifies the desired framerate, not the guaranteed one: if your application runs on a slow device, the difference in performance could obviously be unnoticeable.

However, I'm not sure that targetFrameRate is available on Android, 'cause the OP already looked here: http://answers.unity3d.com/questions/12281/iphone-can-i-tell-unity-to-run-at-60hz-rather-than.html

By the way, @wzx104, I heard many people advise against the overcoming of the 30 fps threshold, on Android: your battery wouldn't have a long life.

Jan 17 '12 at 01:25 PM BiG
(comments are locked)
10|3000 characters needed characters left

@BiG, I tried to set targetFrameRate=60,-1,or others, however, my android phone still run below 30 frames, even there was nothing to render. I am sure that my android phone can run more than 30 fps and our game really need a higher frame rate. Thank you very much!

Still waiting for the answer...

more ▼

answered Jan 18 '12 at 04:12 AM

wzx104 gravatar image

wzx104
16 1 1 2

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2480
x1174
x177

asked: Jan 17 '12 at 11:01 AM

Seen: 2443 times

Last Updated: Jan 18 '12 at 04:12 AM