Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopsicus/unity-ios-background-run
Little iOS plugin for Unity to work app in background
https://github.com/mopsicus/unity-ios-background-run
Last synced: 2 months ago
JSON representation
Little iOS plugin for Unity to work app in background
- Host: GitHub
- URL: https://github.com/mopsicus/unity-ios-background-run
- Owner: mopsicus
- License: mit
- Created: 2017-07-24T10:52:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T13:05:03.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T19:09:53.886Z (6 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 42
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-ios-background-run - Little iOS plugin for Unity to work app in background (iOS)
README
# 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.