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
@@ -13,9 +13,11 @@ It launches many times faster, uses far less memory and CPU, and is a fraction o
13
13
- Open projects by double-clicking them in the list, or by selecting them and pressing Enter
14
14
- Create new unity projects with templates, for any modern Unity version you have installed, with the Create New button
15
15
- View Unity installs by double clicking them in the list views in the Editor Versions section
16
+
- Manage Unity installs
17
+
- Manage Unity licenses
16
18
- Update projects to a Unity version of your choosing
17
19
18
-
UnityHubNative does not have every feature that the official hub has, namely managing licenses. In addition, depending on your license, you may not be able to uninstall the official Unity Hub. UnityHubNative serves as a shortcut to get into your projects faster.
20
+
UnityHubNative does not have every feature that the official hub has, but it has most of them. UnityHubNative serves as a shortcut to get into your projects faster.
wxMessageBox("UnityHubNative could not find any Unity Editors installed on this sytem. If you have an editor installed, make sure UnityHubNative can find it by adding its location to the Install Search Paths section of the Editor Versions Tab.\n\nIf you do not have any Unity editors installed, you must use the official hub to install one before you can create a new project with UnityHubNative.","Cannot Create Project",wxOK | wxICON_ERROR);
351
+
wxMessageBox("UnityHubNative could not find any Unity Editors installed on this sytem. If you have an editor installed, make sure UnityHubNative can find it by adding its location to the Install Search Paths section of the Editor Versions Tab.","Cannot Create Project",wxOK | wxICON_ERROR);
0 commit comments