Search Unity

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

[Solved] Can't publish one of folders to Unity Collaborate.

Discussion in 'Unity Collaborate' started by reffrimov, Nov 13, 2018.

  1. reffrimov

    reffrimov

    Joined:
    Nov 9, 2018
    Posts:
    4
    Hi.
    One of my Assets folders doesn't publish to cloud, although that all other folders have already done it without any troubels. The foudler has a next mark:
    upload_2018-11-13_20-30-57.png
    What does this mark mean? And why I can't send this one to the Cloud?
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @reffrimov! That mark indicates that your folder is being ignored by Collab because it is in the ruleset for .the Collab Ignore file in your project. It is one of the default rulesets to ignore any folders called Obj or obj. If you don't want Collab to ignore that folder then just go into your project's root folder, open .collabignore (it's a hidden file so you may need to update your Explorer/Finder settings to see it) then delete the following line: "[Oo]bj/". Then Collab will no longer ignore those folders.
     
    reffrimov likes this.
  3. reffrimov

    reffrimov

    Joined:
    Nov 9, 2018
    Posts:
    4
    Thanks a lot for so detailed and understandable answer. You've really helped me and my problem is solved now! *like*
     
    Ryan-Unity likes this.