Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice
Unity's version control component has been upgraded to Plastic SCM.

[Solved] Mac. Collaborate feature doesn't work for me

Discussion in 'Unity Collaborate' started by hondasmx, Feb 15, 2018.

  1. hondasmx

    hondasmx

    Joined:
    Aug 27, 2016
    Posts:
    2
    upload_2018-2-15_10-43-32.png
    Unity 2017.3.1f1
    MacBook pro mid 2015
    MacOS 10.12.6

    Somehow I pushed a first initial commit and now I can't move further
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @hondasmx! I'm sorry that you're running into this. When you first enable Collab then your project settings are uploaded automatically for your initial commit. Is that the commit that you're referring to that you see in your Collab History window? Or did you push other assets after that? Does the Collab Toolbar look like this if you open a different project or create a new one?

    There's a couple things you can do to unblock yourself:

    Open a different version of Unity, like 5.6 or 2017.1, if you happen to have it installed.
    If you don't have one, then you can delete your Packages folder located here:
    - (Mac) <username>\Library\Unity\Packages
    - (Windows) <username>\AppData\Roaming\Unity\Packages

    Let me know if that returns the Collab Toolbar.
     
  3. hondasmx

    hondasmx

    Joined:
    Aug 27, 2016
    Posts:
    2
    I managed to fix this way:
    1. Delete node_modules folder located at <username>\Library\Unity\Packages
    2. Unzip archives from Application\Unity.app\Contents\Resources\Packages to <username>\Library\Unity\Packages\node_modules and rename it as i did (see screenshot)
    upload_2018-2-16_12-3-23.png


    By the way. Npm repository has no packages listed in package.json file. So you can't do just "npm install"


    Thanks for helping
     
    Ryan-Unity likes this.