Task Invoker - Mobile Background Tasks

Vuopaja

(7)
$14
Publisher Vuopaja
File size 133.62kB
Number of files 16
Latest version 1
Latest release date 2020-06-01 01:57:12
First release date 2020-06-01 01:57:12
Supported Unity versions 2018.4.2 or higher
Task Invoker - Run C# code while your mobile app is in the background

Features
• Runs C# code while the app is in the background
• Invokes a C# callback on a configurable interval
• Supports Android and iOS
• Runs on the Unity main thread so Unity components can be accessed as usual
• Includes utilities for wrapping UnityWebRequests with tasks so that they keep running even if the app is sent to the background

Compatibility
• Android devices supported by Unity 2017 or newer
• iOS devices supported by Unity 2017 or newer
• Unity Editor support

Additional Notes
• These tasks are meant for light background work, not for running the whole game in the background.
• Tasks will not run indefinitely: the tasks will stop running if the app is killed by the user or the OS
• More info in the Documentation