unitycoder / UnityLauncherPro

Unity Hub Alternative Project Launcher with time saving features!
MIT License
491 stars 56 forks source link

Better method of determining project modification date #124

Closed PatHightree closed 1 year ago

PatHightree commented 1 year ago

Turns out the solution file isn't always modified. So instead I determine the project modification date by finding the most recently modified file or folder in the project folder.

PatHightree commented 1 year ago

I'm noticing that this approach is too trigger happy. For instance the .git folder gets updated when I view the project in my git client. Going to use it for a while and see where the happy medium lies.