|
1 | 1 | #UnityHubModding |
2 | 2 | for educational purposes only! |
3 | 3 |
|
| 4 | +###Hów to unpack app.asar? |
| 5 | +- Unpack app.asar from Hub folder (using 7zip Asar pluginhttps://www.tc4shell.com/en/7zip/asar/ or python scripthttps://github.com/unitycoder/UnityHubPatcher ) |
| 6 | +- rename old app.asar as app.asar.bak (then hub will run using the app/ folder instead of app.asar) |
| 7 | +- Open app/ folder in VSCode/VSStudio (need to run as an Admin!) |
| 8 | + |
4 | 9 | ##Contents |
5 | | --[linkUncheck "Connect to Unity Cloud" by default](#uncheck-connect-to-unity-cloud-by-default) |
6 | | --[linkEnable Create Project Button (without having to select Cloud Organization)](#enable-create-project-button-without-having-to-select-cloud-organization) |
7 | | --[linkRemove Version Control & Cloud Dashboard columns](#remove-version-control--cloud-dashboard-columns) |
8 | | --[linkAdd Support for Custom Project Titles from ProjectName.txt or ProjectSettings ProductName field (instead of using folder name)](#add-support-for-custom-project-titles-from-projectnametxt-or-projectsettings-productname-field-instead-of-using-folder-name) |
9 | | --[linkAdd IRC Chat to Hub window (using iframe)](#add-irc-chat-to-hub-window-using-iframe)) |
| 10 | +-[Uncheck "Connect to Unity Cloud" by default](#uncheck-connect-to-unity-cloud-by-default) |
| 11 | +-[Enable Create Project Button (without having to select Cloud Organization)](#enable-create-project-button-without-having-to-select-cloud-organization) |
| 12 | +-[Remove Version Control & Cloud Dashboard columns](#remove-version-control--cloud-dashboard-columns) |
| 13 | +-[Add Support for Custom Project Titles from ProjectName.txt or ProjectSettings ProductName field (instead of using folder name)](#add-support-for-custom-project-titles-from-projectnametxt-or-projectsettings-productname-field-instead-of-using-folder-name) |
| 14 | +-[Add IRC Chat to Hub window (using iframe)](#add-irc-chat-to-hub-window-using-iframe)) |
10 | 15 |
|
11 | 16 | <br> |
12 | 17 | <hr> |
|