When running my build (Unity 5.6) and taking the gear off my headset so it goes into idle mode I notice that firstly the application continues to play for a further 10 seconds (longer than other applications do) and then when you hear the "beep" that the gear has gone into idle mode it can no longer resume after you put the headset on. What I see is a frozen image of the last frame rendered.
I am thinking maybe it has something to do with "easy movie texture" that I have running in the scene? Should I be pausing all co-routines & invokes or assume they will be done automatically?
Should I be scripting everything to pause during headset coming off head or should I be assuming Unity 5.6 is automatically implementing this for me?