Search Unity

additional users triggering a new build without having access to the project?

Discussion in 'General Discussion' started by Mike01923, Nov 14, 2022.

  1. Mike01923

    Mike01923

    Joined:
    Jun 19, 2015
    Posts:
    195
    Is there a way to give a contractor the ability to modify a scriptable object and trigger a build without giving access to the entire project?
     
  2. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,620
    The short answer is that yes, there is a way. You'll want to look into automated build servers, or "continuous integration" systems, and set one up with a relevant trigger and actions, which may require integration with other tools. It's probably somewhat of an advanced topic.
     
  3. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,982
    Setup an auto build branch on Unity Cloud Build and then whenever they push to that branch itll trigger a build