unitycoder / UnityLauncherPro

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

Fix for incorrect sorting of projects on bitlocker volumes #119

Closed PatHightree closed 1 year ago

PatHightree commented 1 year ago

Projects which are on a bitlocker volume are sorted incorrectly because their folder dates aren't modified when Unity opens the project. So I added a check for the solution date and use the most recent of the two. Using the most recent because opening a solution without modifying it updates only the folder date (on normal volumes).

PatHightree commented 1 year ago

Whoops, this PR is pointing at the wrong branch I don't see how I can change that, so please disregard, I'll make a fresh PR.