Free Unity C# Script library used to make a full Unity3d game.
File has no description.
List of variables that you can modify in the inspector.
| Access | Name | Type | Default Value | Description |
|---|---|---|---|---|
| public | tag | string | null | No description. |
| public | title | string | null | No description. |
| public | state | string | “InProgress” | No description. |
| private | addedSound | AudioClip | null | No description. |
| private | failedSound | AudioClip | null | No description. |
| private | completeSound | AudioClip | null | No description. |
| private | objectives | List |
() | No description. |
| public | ShowCompleteObjectives() { | List |
no default | No description. |
| public | ShowFailedObjectives() { | List |
no default | No description. |
| public | ShowInProgressObjectives() { | List |
no default | No description. |
| public | ShowAllObjectives() { | List |
no default | No description. |