Search Unity

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

[Feature Request] Does unity collab support submodules natively or git submodules

Discussion in 'Unity Collaborate' started by Stranger-Games, Sep 16, 2017.

  1. Stranger-Games

    Stranger-Games

    Joined:
    May 10, 2014
    Posts:
    393
    Hi,

    Does unity collab offer similar functionality as git submodules natively?
    If not, can I have a git folder inside a unity project that has collab enabled?

    Thanks for advance.
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @Stranger-Games! Currently, Collab does not offer any submodule functionality similar to what git offers.

    That said, it is possible to have a git repo inside of your Unity Collab project. You will need to be careful about the order that you publish/update your changes to ensure that your changes in the git repo don't get overwritten.
     
  3. Stranger-Games

    Stranger-Games

    Joined:
    May 10, 2014
    Posts:
    393
    Thanks for your reply. Having a native sub-module functionality that fits the native workflow will definitely be awesome.