Search Unity

Unity Cloud with submodules

Discussion in 'Unity Build Automation' started by Alanyeats, Nov 16, 2017.

  1. Alanyeats

    Alanyeats

    Joined:
    Feb 20, 2016
    Posts:
    23
    I've been trying to create a unity cloud but for one of our application which makes use of git submodules but it appears to not be working with cloud build.

    Does it support submodules?
     
  2. dannyd

    dannyd

    Unity Technologies

    Joined:
    Jun 3, 2014
    Posts:
    785
    Yes Unity Cloud Build supports submodules - one thing to check though is that you are using ssh style syntax for any submodules that reference private repos (as opposed to http style), and that the ssh key UCB generated for your org has access to those submodules repos.
     
    Alanyeats likes this.