Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  3. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Updating game to all PCs

Discussion in '5.5 Beta' started by AlezStudios, Nov 10, 2016.

  1. AlezStudios

    AlezStudios

    Joined:
    Nov 10, 2016
    Posts:
    1
    Hello, I am wondering how to update your game to ALL computers when you build the game. I use Unity 5.5b free



    Thanks,
     
  2. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,074
    You can write a script that copies the final build to new machines and have it triggered by Unity after the build finishes in build post processing.

    There is no built-in way to do that distribution for you.
     
  3. PoliceRockz

    PoliceRockz

    Joined:
    Oct 29, 2016
    Posts:
    12
    Ok, what is the script?
     
  4. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,074
    Well, that is up to you. You can invoke whatever in post-processing of a build, a C# or a bash script or whatever else.
    And then just make that script copy the files to wherever you need them to be.