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;
54
54
55
55
// where to find various Unity things on windows
56
56
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" };
58
58
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" ;
60
60
static const std::filesystem::path templatesDir = " Editor\\ Data\\ Resources\\ PackageManager\\ ProjectTemplates\\ " ;
61
61
62
62
/* *
You can’t perform that action at this time.
0 commit comments