I’ve created an app that makes use of the Unity engine in some views. I would like to be able to pause Unity when it is hidden. The function
void UnityPause(bool pause);
seems to be exactly what I’m looking for, but when I call it Unity continues to run. Is this function still supported?