Unity3DAliases.

TryGetUnityInstall(ICakeContext, string, string) Method

Summary

Try and get the absolute install path for a specific Unity3D version.
Assembly
Cake.Unity3D.dll
Namespace
Cake.Unity3D
Containing Type
Unity3DAliases

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.