File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ struct wxWindow;
5454
5555 // where to find various Unity things on windows
5656 static const std::filesystem::path executable = " Editor\\ Unity.exe" ;
57- static const std::vector<std::filesystem::path> defaultInstall = {" \\ Program Files\\ Unity\\ Hub\\ Editor" };
57+ static const std::vector<std::filesystem::path> defaultInstall = { homedrive / " \\ Program Files\\ Unity\\ Hub\\ Editor" };
5858
59- static const std::filesystem::path hubDefault = " \\ Program Files\\ Unity Hub\\ Unity Hub.exe" ;
59+ static const std::filesystem::path hubDefault = homedrive / " \\ Program Files\\ Unity Hub\\ Unity Hub.exe" ;
6060 static const std::filesystem::path templatesDir = " Editor\\ Data\\ Resources\\ PackageManager\\ ProjectTemplates\\ " ;
6161
6262 /* *
You can’t perform that action at this time.
0 commit comments