UVCS: Project assets not shown when added from repository

Hello, I’m currently using Unity to create a project along with 2 other members and we wanted to be able to share the project between the 3 of us to edit (kinda like a powerpoint slide where everyone gets to view and edit it at the same time). Right now, I’ve:

  • Set up an UVCS organization
  • Invited all members into organization
  • Made the project connect to Unity Version Control
  • Gave all members a seat (all Admin with me being Owner)

But when a member add the Project from the repository and waited for unity to load in all the files, there was nothing there.

On my screen, there was the whole project, full of assets and models. But on theirs, there’s only the default URP core, no models or assets from the original project. Why is this happening?

Thank you for your help.

1 Like

Unity Version Control is not a tool for real-time collaboration. Changes are made in “changesets” which are submitted to your cloud repository hosted by Unity and downloaded by other users.

Follow this basic guide for setup:

Items labeled as “Private” are not currently set up to be tracked by version control. Look at your repository in your Unity Cloud Dashboard. If it is missing content in your Assets folder or the folder does not exist at all, you did not yet add or checkin the data to the repo. You need to do so.

1 Like