Search Unity

Unity's version control component has been upgraded to Plastic SCM.

Scene not updating after update

Discussion in 'Unity Collaborate' started by MacGOODgames, Jan 16, 2020.

  1. MacGOODgames

    MacGOODgames

    Joined:
    Dec 28, 2017
    Posts:
    5
    I'm not sure if this is responding how it's supposed to... But let's say there's computer A and B, both ready to collab.
    On A, I create a scene with a cube in it and upload it to the collab.
    B downloads the projects off of collaborate and the cube is right where A left it.
    A then moves the cube right 1 unit and uploads.
    B updates but the cube is still in the original position, not the new position in the scene.

    Do things *in* the scene not change if updated? Only things like assets and code?
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @MacGOODgames, that's certainly not how things are supposed to work. After B updates to get A's changes then if B has that Scene currently loaded then Unity will ask whether to reload it so that it can show the latest changes or wait to reload it later. In either case, reopening the Scene should show your latest changes from A. Did you make sure to save your changes to the Scene in A before publishing those changes?