About Store Forum Documentation Contact



Post Reply 
Fix fps for Android
Author Message
pika Offline
Member

Post: #1
Fix fps for Android
Hi,

How can I fix 30 fps for Android?
07-09-2014 11:49 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Fix fps for Android
Hi,

that must be strictly related to your app and device performance.
07-10-2014 01:28 AM
Find all posts by this user Quote this message in a reply
pika Offline
Member

Post: #3
RE: Fix fps for Android
Thank you for reply.

iOS is the same?
07-10-2014 02:21 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Fix fps for Android
Hi, the engine does not impose any limit on FPS for mobile platform.
Typically it'll be limited to 60fps on mobile devices due to screen synchronization (or less due to performance).

On desktop you can control this via D.sync (on mobile this has no effect = it's always on)
07-10-2014 07:15 AM
Find all posts by this user Quote this message in a reply
pika Offline
Member

Post: #5
RE: Fix fps for Android
Thank you!
07-10-2014 02:31 PM
Find all posts by this user Quote this message in a reply
Post Reply