-
Notifications
You must be signed in to change notification settings - Fork 62
save more than 40 recent projects #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
11 tasks
added in 83b744d need to test a bit, if it causes any issues. |
this is live in the prerelease build |
hub 3.5 beta now supports +40 projects, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
some ideas what needs to be done:
Extras later:
old text
current limitation comes from unity, they only save 40 recent project items into registry.
Computer\HKEY_CURRENT_USER\Software\Unity Technologies\Unity Editor 5.x
RecentlyUsedProjectPaths-0
toRecentlyUsedProjectPaths-39
could save them to separate dictionary, project path as index key?
but will there be issues merging unity registry recent items, with custom saved list ?
(since there will be duplicates, deleted projects, and need to sort by date also)
or manually save into unity registry, with new added item numbers?
(but does it mean if you open new project, you need to modify 40+ reg keys to append item as first?)
The text was updated successfully, but these errors were encountered: