Question by
scottharber · Jan 10, 2016 at 02:18 PM ·
androidmobileperformancethermal
Android: Is thermal throttling controllable within Unity?
Hi,
Is there a way in Unity to either disable or reduce the impact of thermal throttling on an Android game without impacting its graphical quality?
Comment
Have you tried clamping the frame rate via scripting?
Yep, currently clamped to 30fps.
But surely clamping would only prevent the frame rate from being too high, rather than too low?
Your answer
Follow this Question
Related Questions
Performance much worse on LWRP than on BuiltIn Pipeline 0 Answers
[Unity5 3D]85 SetPass Calls still running below 15FPS on Galaxy Samsung S3 0 Answers
Is Collider 2D and OnMouseDown a good combination for mobile? 0 Answers
how can i use the mobile input scripts? 0 Answers
How can I block Physical Raycasts from going through UI Elements? 0 Answers