rageagainstthepixel/create unity project from hub template
A GitHub Action to create a new Unity Project using a predefined template package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-name | The name of the Unity project to create. | yes | — |
| project-directory | The directory where the Unity project will be created. Defaults to the root of the workspace. | no | ${{ github.workspace }} |
| template-name | The name of the template package to use for creating the Unity project. | no | com.unity.template.3d(-cross-platform)? |
Outputs
| name | description |
|---|---|
| project-path | The path to the created Unity project. |