Hi, my friend and I are working on a game. We want to use the Collab feature to work together in Unity, and we bought the Unity Teams feature. However, the changes that my friend made on the stage do not appear on my stage. ( For example, when my friend places a cube on the stage, it does not appear on my stage. )
Hey there,
last time i checked Unity Collab was practically the same as git as that you have to upload all your changes. Then other participants can download any changes to the project and upload theirs.
That beeing said a basic tutorial can be found in Unitys documentation: Documentation Link
A personal note to this: Just use git. Git can basically do everything collab can and more.
Only thing that is probably easier with collab is that collab can be set up easier for cloudbuilds and unity-specific analytics. But unless you just search for a way to cooperate on a project with someone else: Use git. It’s free.