Hi,
I have noticed a huge stuttering that happens only on Nexus 6 devices. (using Unity 4.6.4p1) . After investigating it a bit, I noticed a strange behaviour: The fps drop (stuttering) stops when I touch the screen and keep touching it. However, if I give up touching the screen it starts to stutter again after around 3 seconds.
When I look at the profiler, I see that WaitForTargetFPS increases while there is no touch to the screen and it decreases after touching to screen.
Does anyone compare their game performance on Nexus 6? I have also noticed that Camera.Render takes a lot more time in Nexus 6 when compared to other devices.
Finally, it’s worth noting that my Nexus 6 has Android 5.1 installed. So, it may also be the reason.