UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

Project Statistics (launch count, time spend)

Open unitycoder opened this issue 3 years ago • 1 comments

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 avatar Oct 03 '22 15:10 unitycoder

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

unitycoder avatar Mar 13 '23 06:03 unitycoder