nowsprinting/Create Unity Project
Create empty Unity3D project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path of the Unity project to be created, relative from repository root (/github/workspace). | no | UnityProject~ |
| active-input-handler | Active Input Handler setting for the Unity project. 0: "Input Manager (Old)" (default), 1: "Input System Package (New)", and 2: "Both". | no | 0 |
| scripting-backend | Scripting Backend setting for the Unity project. 0: "Mono" (default), 1: "IL2CPP". | no | 0 |
| il2cpp-code-generation | IL2CPP Code Generation setting for the Unity project. 0: "Optimize for runtime speed" (default), 1: "Optimize for code size and build time". | no | 0 |
| managed-stripping-level | Managed Stripping Level setting for the Unity project. 0: "Disabled" (Mono default), 4: "Minimal" (IL2CPP default), 1: "Low", 2: "Medium", 3: "High". | no | 0 |
Outputs
| name | description |
|---|---|
| created-project-path | Path of the created Unity project, relative from repository root (/github/workspace). |