Create an empty Unity Project.
- name: Create Unity Project
uses: jbltx/unity-create@v1.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
unityVersion: 2019.2.11f1
projectPath: ./myProject
Key | Description |
---|---|
unityVersion |
Version of unity to use for creating the project. |
projectPath |
Relative path to the project to be built. |
Visit the Unity Actions status repository for related Actions.
To help out sharpen the documentation, please find the docs repository.
To contribute to this project, kindly read the contribution guide.