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
Try and get the absolute install path for a specific Unity3D version.
Syntax
public static bool TryGetUnityInstall(this ICakeContext context, string version, out string installPath)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The active cake context. |
version |
string |
The version to try and locate. |
installPath |
string |
If found the absolute install path will be written to this out variable |
Return Value
Type |
Description |
bool |
True if the editor version was found, false otherwise. |