An open API service indexing awesome lists of open source software.

https://github.com/jbltx/unity-create

Create an empty Unity project
https://github.com/jbltx/unity-create

ci continuous-integration github-actions unity

Last synced: 6 months ago
JSON representation

Create an empty Unity project

Awesome Lists containing this project

README

          

# Unity Create

Create an empty Unity Project.


## How to use


##### **Example**

```yml
- name: Create Unity Project
uses: jbltx/unity-create@v1.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
unityVersion: 2019.2.11f1
projectPath: ./myProject
```


##### **Inputs**

| Key | Description |
| -------------- | ------------------------------------------------- |
| `unityVersion` | Version of unity to use for creating the project. |
| `projectPath` | Relative path to the project to be built. |




## Related actions (GameCI)

Visit the [Unity Actions](https://github.com/webbertakken/unity-actions) status repository for related Actions.


## Contributing

To help out sharpen the documentation, please find the docs [repository](https://github.com/Unity-CI/Website).

To contribute to this project, kindly read the [contribution guide](./CONTRIBUTING.md).


## Licence

[MIT](./LICENSE)