A simple project that shows how to create an Android service for Unity application working on background
The Unity Background Service is a project demonstrating how to create an Android service for a Unity application to operate in the background. Typically, Android services, especially within Unity apps, shut down when we terminate the app. It is impossible to keep the service fully operational in the background. The only solution is to allow the service to run in the foreground, accompanied by a notification. Users can then choose to hide that notification if they wish.
https://github.com/nintendaii/unity-background-service
#native #background
Post #2359
688