Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Statistics (launch count, time spend) #94

Open
unitycoder opened this issue Oct 3, 2022 · 1 comment
Open

Project Statistics (launch count, time spend) #94

unitycoder opened this issue Oct 3, 2022 · 1 comment

Comments

@unitycoder
Copy link
Owner

i'm thinking about adding (local) stats for:

  • project launch counter (saved into UserSettings/LaunchCounter.txt)
  • project time spend (saved into UserSettings/ProjectHours.txt)

not yet sure what is best way to track time:

  • on launch, copy editor script into project, it prints out timestamp into projecthours.txt on unity start and on unity close
  • or, launcher would do that (one issue: if launcher is closed, then it loses track on process start time)
  • or skip time spend, people can use existing time tracking tools (but are there any simple, free ones?)
  • something else?

with those stats, could sort projects by popularity/time spend (to have important projects at the top easily)

@unitycoder
Copy link
Owner Author

for proper tracking, theres also
https://wakatime.com/unity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant