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
Adds the ability to build Unity3D projects using cake.
- Assembly
- Cake
.Unity3D .dll - Namespace
- Cake
.Unity3D - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Unity3DAliases"]
class Type type-node
Syntax
public static class Unity3DAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
BuildUnity3DProject |
void |
Build a provided Unity3D project with the specified build options.
static
|
GetAllUnityInstalls |
Dictionary |
Locate all installed version of Unity3D.
Warning: This currently only works for Windows and has only been tested on Windows 10.
static
|
TestUnity3DProject |
void |
Test a provided Unity3D project with the specified test options.
static
|
TryGetUnityInstall |
bool |
Try and get the absolute install path for a specific Unity3D version.
static
|
Try |
bool |
Try and get the version of Unity3D a specified project uses.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|