actions-marketplace-validations/Get Unity Version
Detects Unity version (and changeset) from ProjectSettings/ProjectVersion.txt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path to Unity project root (where ProjectSettings/ exists). Defaults to repository workspace. | no | . |
Outputs
| name | description |
|---|---|
| unity-version | Unity version (also exported as UNITY_VERSION env var). |
| unity-version-changeset | Unity changeset (also exported as UNITY_VERSION_CHANGESET env var). |