Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
repodb[bot] committed Jul 27, 2023
0 parents commit bbaa3cf
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validate_catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#Validation script for HDR-Calibration-Sample
#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: ubuntu-latest
steps:
- id: 'Checkout'
uses: actions/checkout@v3

- id: 'Validate'
uses: 'RoadieHQ/backstage-entity-validator@v0.3.2'
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HDR-Calibration-Sample
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/hdr-calibration-sample) <br/>
# 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).
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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-Technologies/HDR-Calibration-Sample
name: HDR-Calibration-Sample
description: "This HDR Calibration Sample project shows how an HDR calibration menu with Neutral Tonemapping can be implemented."
labels:
costcenter: "5083"
tags:
- planned-public
spec:
type: other
lifecycle: production
owner: unity-technologies/employees

0 comments on commit bbaa3cf

Please sign in to comment.