- Home /
Is there any nice way to make a quick auto performance check to decide the quality of the graphics to use on the device your game is running on
I'm making a game for children on android. It suppose to decide it self which quality graphics to use depending on the device. For the moment to decide I check the frame rate of the first scene of the game how ever since the first scene of the game is not really representative of the performance needed I have to add extra invisible graphics. This method doesn't' seem like the best at all and I would like a cleaner better method if possible.If any one know of something of unity helpful for this task it would be nice. thanks in advance for any help.
Your answer
Follow this Question
Related Questions
Windows Phone 8 Overhead - Crawling 2 Answers
Graphics.PresentAndSync consuming a lot of time 2 Answers
Scene Lag when first running a certain script, but then returns to normal performance afterwards? 1 Answer
Profiler spikes of Loading.LoadFileHeaders inside Animator.Update in the Unity Editor 2 Answers
Vsync causing fps drop and erratic fps. Any ideas are welcome. 1 Answer