29
2023
UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
Before:
——————————–
After:
Steps:
- Install 7zip https://www.7-zip.org/
- Install ASAR plugin for 7zip https://www.tc4shell.com/en/7zip/asar/
- Close Hub completely (from notification bar also)
- Run 7zip manager as Administrator
- Browse into C:\Program Files\Unity Hub\resources\ folder
- 7zip: Open app.asar file
- 7zip: Browse into build/renderer/ folder
- 7zip: Right click on “index.html” and select Edit
- Notepad opens, press ctrl+F to search: </head>
- Notepad: Press enter before the </head> tag (to add new lines there)
- Notepad: Paste following CSS style inside head tag: https://gist.github.com/unitycoder/dc012222230c26dec631b4004063fc7f
- Notepad: Press Save (ctrl+s)
- Close notepad – ‘File index.html weas modified, do you want to update… Click OK to save
- After save has finished, run Unity Hub normally (columns should be hidden now)
If you broke something, install hub again. (or better if you had taken backup copy of app.asar before modifying it)
You could modify other parts too, like remove excess padding from those rows..
video
Older post about customizing colors
https://unitycoder.com/blog/2022/03/02/customize-unityhub-colors/
You can also write python script to automatically modify template
https://gitlab.com/GuitarBro/hub-patcher
Updated hub patcher here: (to do the above modification automatically using python+npx)
https://github.com/unitycoder/UnityHubPatcher
Installing older hub version:
https://forum.unity.com/threads/a-new-hub-release-is-available-v3-6-0.1509407/page-2#post-9435404
Related Posts
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on