Skip to content

Unity Project Settings Info

Actions
Github action that retrieves ProjectSettings info for Unity project and outputs it via github actions output
v1.0.0
Latest
Star (0)

Tags

 (1)

Unity Project Settings Info

Github action that retrieves ProjectSettings info for Unity project and outputs it via github actions output.

Outputs

  • bundle-version - The current bundle version found in the ProjectSettings.

Example Usage

name: Project Settings Info

on: workflow_dispatch

jobs:
  get-project-info:
    runs-on: ubuntu-latest
    name: "A job to test unity-project-settings-info"
    steps:
      - name: "Checkout"
        uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - name: "Unity Project Settings Info"
        id: unity-project-settings-info
        uses: Breakstep-Studios/[email protected]
      - name: "Output Bundle Version"
        run: |
          echo bundleVersion: ${{ steps.unity-project-settings-info.outputs.bundle-version }}

TODO

Short Term

  • Outputting of commonly used ProjectSettings fields. Create issue / pr for modifications.

Long Term

  • Dynamic retrieval of various ProjectSettings values based on some input query?

Unity Project Settings Info is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github action that retrieves ProjectSettings info for Unity project and outputs it via github actions output
v1.0.0
Latest

Tags

 (1)

Unity Project Settings Info is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.