Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice
  3. Dismiss Notice

Question Help - Background Running Location Plugin for Unity

Discussion in 'General Discussion' started by c0ou1r, May 20, 2024.

  1. c0ou1r

    c0ou1r

    Joined:
    May 20, 2024
    Posts:
    1
    The requirement is that it can run in the background, which Unity doesn't naturally do. I want to integrate the Lightship SDK because it has all the mapping solutions and makes it easy to draw routes if we have the GPS coordinates. Battery consumption is also a concern, so if you have any suggestions based on your experience, please let us know.mp3 juice tubidy y2mate

    The project involves a Unity application with the Lightship Maps SDK that needs to log GPS coordinates in the background, similar to how apps like Strava work. The GPS logging should continue as a background process, even when the screen is off, and then render the map using the collected data at the end of the session.

    The task is to create a background process that logs GPS data (even with the screen off) and saves it for later use. Battery optimization is also a key requirement.

    Is there any native plugin available for both Android and iOS to achieve this? Thank you.