This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Unity3D.
Summary
Locate all installed version of Unity3D.
Warning: This currently only works for Windows and has only been tested on Windows 10.
Syntax
public static Dictionary<string, string> GetAllUnityInstalls(this ICakeContext context)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The active cake context. |
Return Value
Type |
Description |
Dictionary<string, string> |
A dictionary containing 'key' Unity version, 'value' absolute install path |