Search Unity

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

Remove Unity Collab from project to be able to load it.

Discussion in 'Unity Collaborate' started by ClayC, Sep 27, 2019.

  1. ClayC

    ClayC

    Joined:
    Oct 26, 2016
    Posts:
    1
    Hi,

    I have a project that started on unity collab, however, the collab project was deleted, but I do have the files for it and wish to open one of the scene of this project.

    When I am attempting to load the scene, unity is crashing, when I checked the logs, I found this error
    "extraneous: unityeditor-collab-history@0.6.15-fix-history-revisions.1 C:\\Users\\[username]\\AppData\\Roaming\\Unity\\Packages\\node_modules\\unityeditor-collab-history"

    I wish to remove unity collab settings from this project, how do I do this without the project loading in unity?

    Thanks,
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @ClayC, you can try two things. One is to delete the contents of the
    <username>\AppData\Roaming\Unity\Packages folder and restart Unity.

    The second is to open your ProjectSettings.asset file in your project, find:
    cloudServicesEnabled:
    Collab: 1
    And replace 1 with 0 and save your file.

    Let me know if that helps to unblock you.