> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# mizotake/unity-ci

Unity CI Orb

## Commands

### unity_activate

Unity License Activate

| Parameter | Type | Default | Description |
|---|---|---|---|
| `licenseFromEnv` | env_var_name | UNITY_LICENSE_BASE64 | Get from env |
| `licenseFromPath` | string | /activateTools/Unity.ulf | Get from path |

### build

Unity Build

| Parameter | Type | Default | Description |
|---|---|---|---|
| `platform` | string |  | Build Target Platform |
| `method` | string |  | Build Execute Method |
| `no_output_timeout` | string | 10m | No Output Timeout |

### test

Unity Test

| Parameter | Type | Default | Description |
|---|---|---|---|
| `mode` | string |  | Test Target Platform |

### execute_method

Build Execute Method

| Parameter | Type | Default | Description |
|---|---|---|---|
| `method` | string |  | Target Method |

### zip

Build Content Archive

| Parameter | Type | Default | Description |
|---|---|---|---|
| `directory` | string |  | Target Directory |

## Jobs

### build

| Parameter | Type | Default | Description |
|---|---|---|---|
| `exec` | executor |  |  |
| `licenseFromEnv` | env_var_name | UNITY_LICENSE_BASE64 | Unity License |
| `licenseFromPath` | string | /activateTools/Unity.ulf | Get from path |
| `method` | string |  | Build Execute Method |
| `platform` | string |  | Test Target Platform |
| `zip` | boolean | false | Archive Build Contents |
| `no_output_timeout` | string | 10m | No Output Timeout |
| `directory` | string | . | Target Directory |

### test

| Parameter | Type | Default | Description |
|---|---|---|---|
| `exec` | executor |  |  |
| `licenseFromEnv` | env_var_name | UNITY_LICENSE_BASE64 | Unity License |
| `licenseFromPath` | string | /activateTools/Unity.ulf | Get from path |
| `mode` | string |  | Test Target Mode |

### execute_method

| Parameter | Type | Default | Description |
|---|---|---|---|
| `exec` | executor |  |  |
| `licenseFromEnv` | env_var_name | UNITY_LICENSE_BASE64 | Unity License |
| `licenseFromPath` | string | /activateTools/Unity.ulf | Get from path |
| `method` | string |  | Build Execute Method |

### outputAlf

| Parameter | Type | Default | Description |
|---|---|---|---|
| `exec` | executor |  |  |

### cloneActivateTool

### outputUlf