/unity-create

Create an empty Unity project

Primary LanguageJavaScriptMIT LicenseMIT

Unity Create

Create an empty Unity Project.


How to use


Example
- 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 status repository for related Actions.


Contributing

To help out sharpen the documentation, please find the docs repository.

To contribute to this project, kindly read the contribution guide.


Licence

MIT