Unity Hub 3.20.0-beta.1
32 documented changes across 4 sections.
- Version
- 3.20.0-beta.1
- Released
- Jul 22, 2026
- Product
- Unity Hub
Unity Hub 3.20.0-beta.1
General
- Change
Streamlined the Hub application layout.
- Change
Settings and Learn are now in the top bar.
- Change
Resources has been renamed to "Helpful links" and moved to a tab within Learn.
- Change
Licenses has moved to Settings.
- Change
The left navigation toggle is now in the header.
- Change
The left navigation menu can now be fully hidden. When hidden, you can hover over the toggle button to view the navigation menu.
- Improvement
Improved the Hub auto-updater experience with a banner in Settings for available updates and clearer progress feedback while checking for updates.
- Change
Disconnecting from GitHub in Hub no longer clears GitHub credentials stored by other tools.
- Fix
Fixed an issue where the selected update channel could reset across restarts.
- Fix
Fixed an issue where the Hub version number could briefly flash at startup.
- Change
Analytics opt-out changes that fail to save are now shown instead of silently reverting.
- Improvement
Updated the bug reporter to reject folder uploads immediately instead of failing on submission.
- Change
On Linux, sign-in now opens in your default browser instead of an embedded Hub window, matching macOS and Windows.
- Windows
- macOS
- Linux
- Change
On Linux, the Unity Editor now correctly shows its icon in the taskbar.
- Linux
- Change
Enabled rounded window corners on frameless Linux windows.
- Windows
- Linux
- Change
Polished the 407 proxy-authentication experience with clearer messaging and an automatic retry.
Installs
- Change
On Windows, failed Editor uninstalls now report an error instead of appearing to succeed, and Editors installed to protected root locations are now rejected.
- Windows
- Change
Made Editor and module downloads more resilient. Hub now retries after temporary network errors, timeouts, or failed integrity checks, and verifies downloads before installation to catch incomplete or corrupted files.
- Fix
Updated multi-module installation so successful modules can complete even if another module fails. Failed modules can be retried individually, and issues with shared dependencies, Windows installer conflicts, and repeated language pack downloads have been fixed.
- Windows
- Fix
Fixed an issue where the Archive tab in the Install Editor dialog could show the wrong installed state for an Editor until Hub was restarted.
Projects
- Improvement
Continued improving Hub performance by making project creation and project import available earlier.
- Improvement
The projects list no longer includes a “Size” column. Project size is now calculated on demand when you expand a row, improving list performance.
- Improvement
Updated the bundled Unity .gitignore template used when creating projects.
- Change
New Project now persists your "Use AI Assistant" selection. The option remains off by default.
- Feature
Added a "Show AI Assistant option in new projects" toggle under Settings > Projects. This setting is on by default. Turning it off hides the AI Assistant option in New Project and prevents AI Assistant packages from being added.
- Fix
Fixed an issue where New Project did not persist the selected source control provider when Unity Version Control was selected.
- Fix
Fixed an issue where connecting a project to Unity Version Control could fail silently after the project had previously been connected to another source control provider and then disconnected.
- Fix
Fixed an issue where "Project connected" notifications could appear after unrelated project updates, even when the project connection state had not changed.
Security
- Security
Hardened the Hub on macOS against dynamic library injection.
- macOS
- Security
Improved elevated install and uninstall security on macOS and Linux by sanitizing dangerous shell characters in Editor install paths before any elevated command runs.
- macOS
- Linux
- Security
Updated Editor deep-link URL launches and folder removal to execute without a shell to avoid command injection.
- Security
Updated the main window’s web preferences to better align with Electron security best practices.