Hi,
How can i find files Unity Hub downloaded to install unity on Windows? I need it because I use my D: drive but I saw the C disk being used because of the increased size.
Unity Hub doesn’t keep any of the installers. You will either need to tell Unity Hub to install to a different location with the gear symbol in the upper-right corner of the interface, or you will need to go to the following location, download an installer, and manually install it to a location. Once you’ve done that you can point the hub at it.
https://unity3d.com/get-unity/download/archive
For anything that isn’t the editor or an editor component the files are stored in %AppData% under Roaming.
In addition to what Ryiah has said, it’s also been possible to manually move the existing install of a version from
C:\Program Files\Unity\Hub\Editor<version>
to another location, and use junction points (which are Windows symbolic links) to point at that location. The Hub seems to cope with this perfectly.
(see https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ for info on junction points etc)