You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed: crash if no projects in the list and click create new project, fixed: no project created when no quick project path is assigned first in settings, fixed: if user creates new quick project, but unity fails to start (then project does not get added to list, but folder is generated), now project is added to list temporarily, so can launch it again
<TextBoxx:Name="txtRootFolderForNewProjects"MinWidth="300"ToolTip="When you click "Create Project" in main page, new project is generated under this path+UnityVersion (eg. /2017a/)"Padding="0,3,0,0"TextChanged="TxtRootFolderForNewProjects_TextChanged" />
922
+
<TextBoxx:Name="txtRootFolderForNewProjects"MinWidth="300"ToolTip="Root folder for quick New Projects (so that you dont have to pick project folder every time)"Padding="0,3,0,0"TextChanged="TxtRootFolderForNewProjects_TextChanged" />
0 commit comments