I’m trying to pause on iOS but it’s still using CPU. I have noticed a drop but I need it to be close to zero when idle since this is an application.
I’ve tried:
UnityPause
and applicationWillResignActive
Is there any other methods I could try?
I’m trying to pause on iOS but it’s still using CPU. I have noticed a drop but I need it to be close to zero when idle since this is an application.
I’ve tried:
UnityPause
and applicationWillResignActive
Is there any other methods I could try?
I believe this is a bug and have reported it.