mopsicus / unity-ios-background-run

Little iOS plugin for Unity to work app in background

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Little iOS plugin for Unity to work app in background

License:MIT License


Languages

Language:C# 52.0%Language:Objective-C++ 48.0%