UnityLauncherPro
UnityLauncherPro copied to clipboard
Project Statistics (launch count, time spend)
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)
for proper tracking, theres also https://wakatime.com/unity