Skip to content

Can't find the installed version of Unity2021, maybe it can make it smarter~ #112

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

Closed
zhaoguohao opened this issue Dec 31, 2022 · 3 comments

Comments

@zhaoguohao
Copy link

image

When I use Unity2021, it cannot find my Unity installation directory, because the installation directory of the Unity2021 version starts from the "Editor" file path by default, I need to add the path folder "Unity" before the 2021 installation directory, or use The upper layer of the default installation path, you can try to make a small optimization to make it smarter or add a small reminder~
Thanks dalao

@unitycoder
Copy link
Owner

Was that path set by you or unity hub installer?

but yes, it only scans for first level, not child folders.. (i dont think that will be added, as it would slow down the scanning)
I guess can try to improve guide/documentation for that.

@zhaoguohao
Copy link
Author

Was that path set by you or unity hub installer?

but yes, it only scans for first level, not child folders.. (i dont think that will be added, as it would slow down the scanning) I guess can try to improve guide/documentation for that.

The default setting when installing Unity, yes, you can add a prompt, or let the user directly select the folder containing Unity.exe

@unitycoder
Copy link
Owner

ok if its coming from hub, then i should add that..

whats the default path in hub settings?
image

unitycoder added a commit that referenced this issue Nov 25, 2024
* master: (54 commits)
  add default unity hub editors installation folder, fixes #112
  now can use custom icon (place icon.ico into same folder as exe) fixes #127
  Use IPC pipe messages to restore existing tray minimized instance, fixes #67
  cancel edit cell if exit unity, fixes #176
  update release cache json, #GITBUILD
  add statusbar messagetypes & colors, show error message if new project root folder is missing (on new project creation) #175
  Update README.md
  #GITBUILD
  display error message if install APK fails, add option to capture output from LaunchExe
  handle missing releases, comparing batches to all cached versions (since releases api is not in order)
  alpha release notes for 2023.3 and later fixes #31
  add full installer exe download option to DownloadInBrowser(), add await for extract urls (got stuck otherwise),
  fix converter issue (in design time),
  test build without nugets (system.text.json and others) ref #170
  Update main.yml test5 #GITBUILD
  Update main.yml test4 #GITBUILD
  Update main.yml test3 #GITBUILD
  Update README.md test2 #GITBUILD
  Update main.yml test #GITBUILD
  Update README.md #GITBUILD
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants