Skip to content

Commit 48b2158

Browse files
authored
Update README.md
1 parent 3f2b65d commit 48b2158

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
for educational purposes only!
33

44
## Contents
5-
-
6-
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))
710

11+
<br>
812
<hr>
913

1014
### Uncheck "Connect to Unity Cloud" by default
@@ -18,17 +22,22 @@ for educational purposes only!
1822
- open build/renderer/main.js
1923
- find line:<br> ```{r({id:"cancel-create-project",label:"Cancel"}),e()},testId:`cancel-project-${i.name}`},n("common:CANCEL")),s.default.createElement(u.Button,{isDisabled:o||S,onClick:function(){r```
2024
- replace with:<br> ```{r({id:"cancel-create-project",label:"Cancel"}),e()},testId:`cancel-project-${i.name}`},n("common:CANCEL")),s.default.createElement(u.Button,{isDisabled:1==0,onClick:function()```
25+
- ![GGKi2WcXEAAT6EX](https://github.com/unitycoder/UnityHubModding/assets/5438317/699475de-a59b-47f8-a3d0-2a10cb8f3af8)
2126

2227
### Remove Version Control & Cloud Dashboard columns
2328
- Tested on Hub 3.6.1
2429
- https://unitycoder.com/blog/2023/10/29/unityhub-3-6-0-remove-version-control-cloud-dashboard-columns/
25-
30+
- ![image](https://github.com/unitycoder/UnityHubModding/assets/5438317/426aa7bb-9752-47bf-bfb4-d8ab1001a607)
31+
2632
### Add Support for Custom Project Titles from ProjectName.txt or ProjectSettings ProductName field (instead of using folder name)
2733
- Tested on Hub 3.6.1
2834
- https://unitycoder.com/blog/2023/12/07/unityhub-add-support-for-custom-project-titles-instead-of-folder-name/
35+
- ![upload_2023-12-7_13-47-12](https://github.com/unitycoder/UnityHubModding/assets/5438317/69337194-6d55-455b-affb-9a8789b952f9)
2936

3037
### Add IRC Chat to Hub window (using iframe)
3138
- Tested on Hub 3.6.1
3239
- Open nuild/renderer/index.html
3340
- Add any IRC embed code before ```</body>```, like: ```<iframe src="https://chat.undernet.org/" style="background: #444; width:99%; height:450px;"></iframe>```
3441
- Video example: https://www.youtube.com/watch?v=3e9FSimbdfk
42+
- ![GF2Au1-XUAEEra3](https://github.com/unitycoder/UnityHubModding/assets/5438317/3bb074e3-4118-4eef-ac6f-d03ff45eefdf)
43+

0 commit comments

Comments
 (0)