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 #121

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).

unitycoder commented 1 year ago

thanks!