Search Unity

I want to set GIT(GitHub ) with dashboard

Discussion in 'Unity Build Automation' started by MoToMTaMRa, Jul 27, 2021.

  1. MoToMTaMRa

    MoToMTaMRa

    Joined:
    Jul 27, 2021
    Posts:
    3
    I want to set GIT(GitHub ) with dashboard and I seek "Set up Cloud Build" on Build History page as the description.
    But I can not find it but found "Cloud Build requires a Unity Teams Advanced subscription.
    You can still upload local builds and view your build history."
    I already joined Unity Teams Advanced subscription.
    What should I do next to set GIT?

     
  2. ValeryNikulina

    ValeryNikulina

    Unity Technologies

    Joined:
    Oct 26, 2020
    Posts:
    138
    Hi,

    If you go to Config tab on the left-side menu, you'll see a button 'Edit Source Control'. There you'll be able to set it up.

    If you cannot do it - please let me know in private messages the UPID of the project, so that I can check our back-end if everything is set up correctly.
     
  3. MoToMTaMRa

    MoToMTaMRa

    Joined:
    Jul 27, 2021
    Posts:
    3
    Hello,

    Thank you for your reply. I could find 'Edit Source Control'.
    Then I proceed to build iOS app game though, Unity dashboard ordered me to select 'mobileprovision file that I made on the Apple iOS developer portal.'
    I thought I can build iOS game with Cloud build, I don't have iMac but Windows only though, is it my misunderstanding?
     
  4. Kujo87

    Kujo87

    Joined:
    Sep 16, 2013
    Posts:
    168
    you can do the builds on there, but you still need a mac for certificates and provisioning unfortunately.
     
  5. ValeryNikulina

    ValeryNikulina

    Unity Technologies

    Joined:
    Oct 26, 2020
    Posts:
    138
    Hi,

    @Kujo87 is correct, you need Mac for creating certificates and credentials.

    Cloud Build can allow you to build for iOS without a Mac computer, but there are still a couple of drawbacks to not having a Mac available to you:
    • A Mac is required for initial set up (Provisioning Profile creation)
    • A Mac computer may be required for troubleshooting build failures that occur during the Xcode build process
    So unfortunately, although the tools for building for iOS are available to you with Cloud Build, it is not designed to be a replacement for Mac and I would strongly advise having access to a Mac computer when developing for iOS for at least credentials and debugging purposes.

    I hope this helps!
     
  6. MoToMTaMRa

    MoToMTaMRa

    Joined:
    Jul 27, 2021
    Posts:
    3
    Hi,Kujo87 and ValeryNikulina
    Thank you for your kind reply.
    I understand about it.