Search Unity

[Curiosity] Can a Unity Standalone copy/install pre-created files?

Discussion in 'Scripting' started by Studio_Akiba, Apr 18, 2015.

  1. Studio_Akiba

    Studio_Akiba

    Joined:
    Mar 3, 2014
    Posts:
    1,421
    This is more of a curiosity thing than anything else, but can a Unity standalone (already compiled executable) copy/install files to the hard drive? I am mostly interested for the sake of things like downloading updates and new versions of the game.
     
  2. lordofduct

    lordofduct

    Joined:
    Oct 3, 2011
    Posts:
    8,531
    Yeah,

    System.IO
     
    passerbycmc and Kiwasi like this.