Jump to content

pause all engine activity for a period


photo

Recommended Posts

Hello

Do Unigine allow to pause() and resume() of all activity - to give all computing power to another application for a some period of time?

there seems some pause/resume functionality exist for mobile(android) platform, what about same in windows? uscript/c++

Quote

[*]Added support of Android lifetime functions into the system script: you can call resume(), pause() and stop() to control application when activity state changes.

 

Link to comment

Hi,

I'm afraid, there is no such functionality available right now.

You can disable background activity via  App::setUpdate(0) and  minimize the engine window or remove focus from the main engine window. It will stop the rendering and reduce CPU usage as well.

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...