From 169449e523e2a58b02706afac17c5037f0dddbef Mon Sep 17 00:00:00 2001 From: "repodb[bot]" <2733+repodb[bot]@users.noreply.github.cds.internal.unity3d.com> Date: Thu, 31 Aug 2023 10:18:08 +0000 Subject: [PATCH] Initial commit --- .github/workflows/validate_catalog.yaml | 22 ++++++++++++++++++++++ README.md | 5 +++++ catalog-info.yaml | 17 +++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 .github/workflows/validate_catalog.yaml create mode 100644 README.md create mode 100644 catalog-info.yaml diff --git a/.github/workflows/validate_catalog.yaml b/.github/workflows/validate_catalog.yaml new file mode 100644 index 0000000..69b87ff --- /dev/null +++ b/.github/workflows/validate_catalog.yaml @@ -0,0 +1,22 @@ +#Validation script for unity-cloud-blender-addon +#This is used to validate your catalog-info.yaml + +name: Validate Catalog-info.yaml +on: + pull_request: + paths: + - 'catalog-info.yaml' + push: + paths: + - 'catalog-info.yaml' + branches: [main] + +jobs: + validate_catalog: + runs-on: unity-linux-runner + steps: + - id: 'Checkout' + uses: actions/checkout@v3 + + - id: 'Validate' + uses: 'actions/backstage-entity-validator@v0.3.2' \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c75822 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# unity-cloud-blender-addon +[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unity-cloud-blender-addon)
+# Converting to public repository +Any and all Unity software of any description (including components) (1) whose source is to be made available other than under a Unity source code license or (2) in respect of which a public announcement is to be made concerning its inner workings, may be licensed and released only upon the prior approval of Legal. +The process for that is to access, complete, and submit this [FORM](https://docs.google.com/forms/d/e/1FAIpQLSe3H6PARLPIkWVjdB_zMvuIuIVtrqNiGlEt1yshkMCmCMirvA/viewform). diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..8fdb8ac --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# For more information about the available options please visit: http://go/backstage (VPN required) +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + annotations: + github.com/project-slug: unity/unity-cloud-blender-addon + name: unity-cloud-blender-addon + description: "Source code of a Blender add-on to showcase workflows of integration to Unity Cloud." + labels: + costcenter: "2212" + tags: + - planned-public + - enterprise +spec: + type: other + lifecycle: experimental + owner: unity/digital-twins-sdk-admins