All Projects → mopsicus → unity-ios-background-run

mopsicus / unity-ios-background-run

Licence: MIT license
Little iOS plugin for Unity to work app in background

Programming Languages

C#
18002 projects
Objective-C++
1391 projects

unity-ios-background-run

Little iOS plugin for Unity to work app in background

note

You should to know, it will not works in unity main thread! I mean all that works in Update() and other MonoBehaviour will paused on minimized. So, you have to run some operation in another thread and it will not paused.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].