Quantcast
Channel: Questions in topic: "ios"
Viewing all articles
Browse latest Browse all 4709

Unity for iOS: UnityPause(BOOL)

$
0
0
when building Unity for iOS and integrating it with native iOS code, there is the function UnityPause that is supposed to allow pausing Unity so it doesn't necessarily use ressources while it's hidden for example. My questions are: - is this function still supported and operational? - when unity is Paused by using UnityPause(true), is the only way that unity will get resumed by calling UnityPause(false) or are there cases when Unity will resume itself? - is there a way to check if Unity is currently paused or not?

Viewing all articles
Browse latest Browse all 4709

Trending Articles