Search Unity

Question Access pedomter with time stamps

Discussion in 'Input System' started by antimundo21, Apr 21, 2023.

  1. antimundo21

    antimundo21

    Joined:
    Jun 3, 2018
    Posts:
    1
    I'm developing an Android game using Unity, It is a fitness game, and I want it to have a calendar that shows how many steps that a user walks every day.

    I can get the total number of steps of the user with the new input system, but I have no idea how can I get the number of steps walked in a specific day, specially when the app is closed.

    How can I get the steps walked in a specific day, even when the app is not open?