|
| 1 | +<head> |
| 2 | + <title>UnityHubNative</title> |
| 3 | + <link rel="stylesheet" type="text/css" href="style.css"> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="description" content=""> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <link id="favicon" rel="icon" href="favicon.png" type="image/x-icon"> |
| 8 | + |
| 9 | + <meta property="og:image" content="A lighting-fast native rewrite of the Unity Hub in C++"> |
| 10 | + <meta property="og:image:type" content="image/png"> |
| 11 | + <meta property="og:image:width" content="128"> |
| 12 | + <meta property="og:image:height" content="128"> |
| 13 | +</head> |
| 14 | + |
| 15 | +<body> |
| 16 | + <h1>UnityHubNative</h1> |
| 17 | + <p> |
| 18 | + UnityHubNative is a lightweight C++ / wxWidgets alternative to the unnecessarily heavy official Unity Hub, built |
| 19 | + using wxWidgets. |
| 20 | + It uses native widgets on all platforms instead of heavy web components like the official Electron hub. |
| 21 | + </p> |
| 22 | + <p> |
| 23 | + UnityHubNative launches many times faster, uses far less memory and CPU, and is a fraction of the total size of |
| 24 | + the official Unity Hub. |
| 25 | + </p> |
| 26 | + <img class="heroimage" |
| 27 | + src="https://user-images.githubusercontent.com/22283943/193929653-a4aad2b6-229b-4438-afee-c30a7ae39949.png"> |
| 28 | + |
| 29 | + <h3>Features</h3> |
| 30 | + <p> |
| 31 | + <ul> |
| 32 | + <li> |
| 33 | + Add an existing project to the list using the Add Existing button |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + Open projects by double-clicking them in the list, or by selecting them and pressing Enter |
| 37 | + </li> |
| 38 | + <li> |
| 39 | + Create new unity projects with templates, for any modern Unity version you have installed, with the Create |
| 40 | + New button |
| 41 | + </li> |
| 42 | + <li> |
| 43 | + View Unity installs by double clicking them in the list views in the Editor Versions section |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + Manage Unity installs |
| 47 | + </li> |
| 48 | + <li> |
| 49 | + Manage Unity licenses |
| 50 | + </li> |
| 51 | + <li> |
| 52 | + Update projects to a Unity version of your choosing |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + </p> |
| 56 | + <p> |
| 57 | + UnityHubNative does not have every feature that the official hub has, but it has most of the commonly-needed features. UnityHubNative serves as a shortcut to get into your projects faster. |
| 58 | + </p> |
| 59 | + |
| 60 | + <h2><a href="https://github.com/Ravbug/UnityHubNative/releases/latest">Download</a></h2> |
| 61 | + |
| 62 | + <h3><a href="https://github.com/Ravbug/UnityHubNative">Source code</a></h3> |
| 63 | +</body> |
0 commit comments