unitysetup.powershell icon indicating copy to clipboard operation
unitysetup.powershell copied to clipboard

Install-UnitySetupInstance could be more asyncronous

Open jwittner opened this issue 6 years ago • 1 comments

Right now it downloads them one at a time then installs all. It should download them all asynchronously, when the main installer for the platform is done it should install that, then it should install components as they finish downloading.

jwittner avatar Apr 05 '18 21:04 jwittner

Note: downloads are in parallel, but it still waits for all then installs, where it might install them as they become ready (after the core installer for the platform, of course).

jwittner avatar Jan 29 '19 06:01 jwittner