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
Build a provided Unity3D project with the specified build options.
Syntax
public static void BuildUnity3DProject(this ICakeContext context, FilePath projectFolder, Unity3DBuildOptions options)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The active cake context. |
projectFolder |
FilePath |
The absolute path to the Unity3D project to build. |
options |
Unity3DBuildOptions |
The build options to use when building the project. |
Return Value