Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
Unity's version control component has been upgraded to Plastic SCM.

[Feature Request] Support for Root Folders (outside of /Assets/)

Discussion in 'Unity Collaborate' started by Yavvn, Jun 29, 2019.

  1. Yavvn

    Yavvn

    Joined:
    May 8, 2019
    Posts:
    18
    We tried migrating from Git to Unity Collaborate with the free month trial, however we immediately needed to revert back and cancel the subscription. Currently there is no way to track folders that are located outside of /Assets/ which makes our project completely incompatible, and the reason we're now moving to GitHub LFS.
     
  2. Ryan-Unity

    Ryan-Unity

    Unity Technologies

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @Yavvn! Thanks for the feedback! With Collab 2.0 we've started moving the backend over to Git LFS. Because of that you can now publish changes to files outside of the Assets folder that are in the root folder. Just make sure that the names of the files and folders don't match what's currently excluded in the Unity-generated section of your project's .collabignore file. Otherwise, you can either rename the files/folders or remove the ignore rule from the .collabignore file.
     
    Yavvn likes this.