A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center
Most used tags are:
#performance
#shader
#interview
Author: @alexmtr
Post #2359
688
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
GitHub GitHub - nintendaii/unity-background-service: A simple project that shows how to create an Android service for Unity application… A simple project that shows how to create an Android service for Unity application working on background - nintendaii/unity-background-service 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
- 🔥 7
- 👍 2
