pew-actions/PlayEveryWare/action-unity-info
Build metadata information about a Unity project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | — | yes | . |
| project-version | Optional path to the Unity ProjectVersion.txt file. If this is empty, the action will attempt to locate the file automatically. This automatic discovery will only succeed if there is exactly one ProjectSettings/ProjectVersion.txt file in the root folder. This path is relative to the path input above. | no | — |
| check-image | If true, will check if the proper Unity image for the project is built and available on the PlayEveryWare container registry. This requires a GitHub access token with read permissions to the Unity image on the container registry | yes | true |
| image-token | Access token used for the container registry | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| project-path | Path to the Unity Project |
| unity-version | Unity version of the project |
| unity-changeset | Changeset corresponding to unity-version |
| library-folder-exists | Boolean indicating the existence of the Unity Library/ folder |
| image-name | URL to the PlayEveryWare base Unity container image for the project version |
| image-exists | Boolean indicating the existence of the PlayEveryWare Unity container image. This value is only defined with the input check-image is set to true. |