microsoft / unitysetup.powershell

Powershell module for interfacing with Unity installs and projects.
MIT License
179 stars 48 forks source link

Add unity accelerator parameters #235

Closed santanor closed 2 years ago

santanor commented 2 years ago

The unity cmd tools allow configure the Unity Accelerator as specified here

I'm just exposing those parameters and passing them down to Unity's cmd.

There are 2 flags, CacheServerDisableUpload and CacheServerDisableDownload that can be specified if we want to disable specific behaviours. So the default would be true, to reduce clutter.

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.