Skip to content

Instantly share code, notes, and snippets.

@phi-lira
Last active October 28, 2021 05:10

Revisions

  1. phi-lira revised this gist Jun 7, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion manifest.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "registry": "https://staging-packages.unity.com",
    "dependencies": {
    "com.unity.render-pipelines.lightweight" : "1.1.4-preview"
    "com.unity.render-pipelines.lightweight" : "2.0.0-preview"
    }
    }
  2. phi-lira revised this gist Apr 16, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion manifest.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "registry": "https://staging-packages.unity.com",
    "dependencies": {
    "com.unity.render-pipelines.lightweight" : "1.1.2-preview"
    "com.unity.render-pipelines.lightweight" : "1.1.4-preview"
    }
    }
  3. phi-lira revised this gist Mar 15, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions manifest.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    {
    "registry": "https://staging-packages.unity.com",
    "dependencies": {
    "com.unity.render-pipelines.core" : "0.1.24",
    "com.unity.render-pipelines.lightweight" : "0.1.24"
    "com.unity.render-pipelines.lightweight" : "1.1.2-preview"
    }
    }
  4. phi-lira revised this gist Jan 17, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions manifest.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "registry": "https://staging-packages.unity.com",
    "dependencies": {
    "com.unity.render-pipelines.core" : "0.1.12",
    "com.unity.render-pipelines.lightweight" : "0.1.12"
    "com.unity.render-pipelines.core" : "0.1.24",
    "com.unity.render-pipelines.lightweight" : "0.1.24"
    }
    }
  5. phi-lira created this gist Dec 6, 2017.
    7 changes: 7 additions & 0 deletions manifest.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    {
    "registry": "https://staging-packages.unity.com",
    "dependencies": {
    "com.unity.render-pipelines.core" : "0.1.12",
    "com.unity.render-pipelines.lightweight" : "0.1.12"
    }
    }