Skip to content

Commit 8fd17e0

Browse files
authored
Update README.md
1 parent 48b2158 commit 8fd17e0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# UnityHubModding
22
for educational purposes only!
33

4+
### Hów to unpack app.asar?
5+
- Unpack app.asar from Hub folder (using 7zip Asar plugin https://www.tc4shell.com/en/7zip/asar/ or python script https://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+
49
## Contents
5-
- [link Uncheck "Connect to Unity Cloud" by default](#uncheck-connect-to-unity-cloud-by-default)
6-
- [link Enable Create Project Button (without having to select Cloud Organization)](#enable-create-project-button-without-having-to-select-cloud-organization)
7-
- [link Remove Version Control & Cloud Dashboard columns](#remove-version-control--cloud-dashboard-columns)
8-
- [link 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)
9-
- [link Add 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))
1015

1116
<br>
1217
<hr>

0 commit comments

Comments
 (0)