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
- Host: GitHub
- URL: https://github.com/jbltx/unity-create
- Owner: jbltx
- License: mit
- Created: 2021-02-07T01:24:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T18:52:39.000Z (almost 5 years ago)
- Last Synced: 2025-07-10T20:53:45.306Z (6 months ago)
- Topics: ci, continuous-integration, github-actions, unity
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)