Search Unity

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

collab checks for changes after I play!

Discussion in 'Unity Collaborate' started by laurentlavigne, Jul 25, 2020.

  1. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,365
    the checnge check is at the wrong place in time
    also it lasted a good minute
    upload_2020-7-25_1-28-49.png
    no asset was changed during play so I logged a regression : 1265799
     
  2. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,365
    oh and that change check happened after a commit
    so let me sum this up
    commit
    play
    (nothing was dirtied and the icon is still green)
    then that window appeared
     
  3. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @laurentlavigne, thank you for filing the bug. We need more information from you before we can begin to help diagnose the issue. In the bug you opened, could you respond with your Editor.log? Can you also create a small repro project that recreates the check for changes after each time you Play so that we can debug the issue? It's possible that there's a shader or some other asset that is getting manipulated that for some reason is retriggering the check for changes, but we need to narrow down what the cause of the issue might be. Are you using any plugins that might be editing files outside of Unity?