Search Issue Tracker
In Progress
Fix In Review for 3.17.0
Votes
0
Found in [Package]
3.15.0-beta.1
Issue ID
HUBX-1527
Regression
No
Unity Hub version control character limit is incorrect and when connecting version control through Hub with the maximum character amount, a “Workspace name is too long.” error is thrown in the Editor
Steps to reproduce:
- Open Unity Hub
- Right-Click any project that is not connected to Unity Version Control
- Select "Use Unity Version Control"
- Enter the maximum 100 characters into the "Repository" field
- Click the "Connect to Version Control" button
- Observe the Console window when Editor loads
Actual results: "Error creating workspace for Project: Workspace name is too long. Its current length is 136, whereas the maximum allowed length is 100" error is thrown
Expected results: Unity Version Control is connected and no errors are thrown
Reproducible with versions: 3.15.0-beta.1
Tested on (OS): MacOS Silicon Sequoia 15.6.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
Resolution Note (fix version 3.17.0):
I've added char length management to the repository name input so it doesn't exceeds the 100 chars limit including the Unity Cloud Project name.