(Picture 1) On my computer, using Unity Hub 3.10.0, when I click “Add,” I see “Add from repository.”
(Picture 2) However, on my friend’s computer, using Unity Hub 3.8.0 with the same account, when he clicks “Add,” he sees “Add UVCS repository.”
(Picture 3) And only in “Add UVCS repository”, the past project is accessible. (On my computer, no projects are seen.)
Why is there a difference in what appears when he and I click “Add”?
I thought it might be due to the difference in Unity Hub versions; however, I was unable to find a way to download Unity Hub 3.8.0.
I’ve searched but couldn’t find the information I was looking for. I would greatly appreciate it if you could let me know the cause of the issue.
I’ve also signed up for DevOps and installed the Unity DevOps Version Control program.
The difference in what you and your friend see when clicking “Add” is likely due to changes introduced in Unity Hub between versions 3.8.0 and 3.10.0. Unity has made several improvements to how projects are added from UVCS repositories in recent versions, streamlining the process.
It’s also worth noting that Unity Hub 3.11.0 was released recently, bringing even better support for viewing and selecting Unity projects nested within UVCS repositories. This might resolve the issue you’re experiencing.
However, repositories that were accessible in older versions of Unity Hub should still be accessible in newer versions. To verify access to your repository:
- Go to Unity Cloud and sign in with the same account you use in Unity Hub.
- Select the organization and project where the repository is stored.
- Navigate to DevOps > Repositories from the sidebar.
- Confirm that your repository is listed there.
If the repository is accessible in Unity Cloud, you can use the Unity Version Control Desktop app as a workaround:
- Add the repository to your local machine using the desktop app.
- Open Unity Hub, click Add > Add project from disk, and select the local repository folder.
Let me know if you encounter any issues or need further clarification!