Skip to content

Commit 09f48af

Browse files
authored
Update README.md
1 parent 92cb5e0 commit 09f48af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
1919
- [Enable Built-in Login Dialog (no more browser login/logout issues with multiple accounts](#enable-built-in-login-dialog-no-more-browser-loginlogout-issues-with-multiple-accounts)
2020
- [Completely quit Hub when you press X (window close button)](#completely-quit-unity-hub-when-you-press-x-window-close-button)
2121
- [Make Hub background translucent](#make-hub-background-translucent)
22+
- [Custom username initials in Editor](#custom-username-initials-in-editor)
2223
<br>
2324
<hr>
2425

@@ -91,5 +92,12 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
9192
- Steps: https://unitycoder.com/blog/2024/07/05/unityhub-make-hub-application-background-translucent/
9293
- ![image](https://github.com/unitycoder/UnityHubModding/assets/5438317/55892c15-2819-4f46-b76a-41ad019e5571)
9394

95+
### Custom username initials in Editor
96+
- If you dont want to doxx your initials on Editor screen
97+
- You change them in Unity Profile at unity id site, or modify hub sources
98+
- Open AuthServices.js
99+
- Find ```displayName: this.userInfo.name,``` (its inside getFormattedUserInfo() method)
100+
- replace with any short string for your initials
101+
- ![Image](https://github.com/user-attachments/assets/6c7e5c0c-a6fb-447f-b6ab-44f5eb3e7938)
94102

95103
<br><br><br><br><br><br><br><br><br><br><br><br>

0 commit comments

Comments
 (0)