Skip to content

Commit d6e3ec3

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,12 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
9999
- Find ```displayName: this.userInfo.name,``` (its inside getFormattedUserInfo() method)
100100
- replace with any short string for your initials
101101
- ![Image](https://github.com/user-attachments/assets/6c7e5c0c-a6fb-447f-b6ab-44f5eb3e7938)
102+
- Hub 3.12.x has everything changed:
103+
- Open IdentityProvider.js
104+
- Find ```const { userInfo: e } = AuthService_1.default;```
105+
- override your initials there
106+
- ```e.name = "🥔 🥔";```
107+
- ![image](https://github.com/user-attachments/assets/88eca0aa-9b07-4688-8e96-b8b18863ab0c)
108+
102109

103110
<br><br><br><br><br><br><br><br><br><br><br><br>

0 commit comments

Comments
 (0)