From 3e8f4a66b82e68e7c01cdc13c03bfda189367db9 Mon Sep 17 00:00:00 2001 From: higeometry Date: Wed, 13 Oct 2021 16:35:58 +0900 Subject: [PATCH] Feature/disable some tests (#80) * Disabled some HDRP tests for 2021.2 and updated CHANGELOG.md. * Fixed: typo console instead of consoles. --- .yamato/win_dx12-hdrp-2021.2.yml | 39 ----------------------------- .yamato/win_vulkan-hdrp-2021.2.yml | 40 ------------------------------ README.md | 2 +- com.unity.toonshader/CHANGELOG.md | 4 ++- 4 files changed, 4 insertions(+), 81 deletions(-) delete mode 100644 .yamato/win_dx12-hdrp-2021.2.yml delete mode 100644 .yamato/win_vulkan-hdrp-2021.2.yml diff --git a/.yamato/win_dx12-hdrp-2021.2.yml b/.yamato/win_dx12-hdrp-2021.2.yml deleted file mode 100644 index f6224173f..000000000 --- a/.yamato/win_dx12-hdrp-2021.2.yml +++ /dev/null @@ -1,39 +0,0 @@ -# -# -# -test_projects: - - name: HdrpDX12GraphicsTest-2021.2 -unity_versions: - - name: 2021.2 ---- -{% for test_project in test_projects %} -{% for unity_version in unity_versions %} -{{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}: - name: {{ test_project.name }} on Win_DX12_playmode on version {{ unity_version.name }} - agent: - type: Unity::VM::GPU - image: graphics-foundation/win10-dxr:stable - flavor: b1.xlarge - model: rtx2080 - variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - dependencies: - - path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows - rerun: on-new-revision - commands: - - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat - - pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade - - cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only - - cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results - timeout: 360000 - retries: 1 - triggers: - branches: - only: - - "/.*/" - artifacts: - logs: - paths: - - "**/test-results/**" -{% endfor %} -{% endfor %} diff --git a/.yamato/win_vulkan-hdrp-2021.2.yml b/.yamato/win_vulkan-hdrp-2021.2.yml deleted file mode 100644 index 8e7df2b2f..000000000 --- a/.yamato/win_vulkan-hdrp-2021.2.yml +++ /dev/null @@ -1,40 +0,0 @@ -# -# -# -test_projects: - - name: HdrpGraphicsTest-2021.2 -unity_versions: - - name: 2021.2 ---- -{% for test_project in test_projects %} -{% for unity_version in unity_versions %} -{{ test_project.name }}_Win_Vulkan_playmode_{{ unity_version.name }}: - name: {{ test_project.name }} on Win_Vulkan_playmode on version {{ unity_version.name }} - agent: - type: Unity::VM::GPU - image: graphics-foundation/win10-dxr:stable - flavor: b1.xlarge - model: rtx2080 - variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - dependencies: - - path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows - rerun: on-new-revision - commands: - - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat - - pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade - - cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only -# - cd TestProjects/{{ test_project.name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --zero-tests-are-ok=1 - - cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results - timeout: 360000 - retries: 1 - triggers: - branches: - only: - - "/.*/" - artifacts: - logs: - paths: - - "**/test-results/**" -{% endfor %} -{% endfor %} diff --git a/README.md b/README.md index b9bb0a657..fae5572e6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ see [here](./com.unity.toonshader/Documentation~/index.md#1-basic-shader-setting * Unity Toon Shader uses **a forward rendering environment**. Using **a linear color space** is recommended. (A gamma color space can also be used, but this tends to strengthen shadow gradiation. For more details, see [Linear or Gamma Workflow](https://docs.unity3d.com/Manual/LinearRendering-LinearOrGammaWorkflow.html).) * Unity Toon Sahder supports **Legacy**, **Universal RP** and **HDRP**. Please refer to the documentation of each rendering pipeline for supported platforms. However, HDRP uses a stencil buffer internally, so UTS stencil effects cannot be used. Please check the [Feature Model documentation](./com.unity.toonshader/Documentation~/en/FeatureModel_en.md) for the different support status of UTS in each render pipeline. -* Due to the pandemic, we are currently unable to test on the console, so please bear this in mind. +* Due to the pandemic, we are currently unable to test on the consoles, so please bear this in mind. ----- diff --git a/com.unity.toonshader/CHANGELOG.md b/com.unity.toonshader/CHANGELOG.md index a818f2533..13927c300 100644 --- a/com.unity.toonshader/CHANGELOG.md +++ b/com.unity.toonshader/CHANGELOG.md @@ -1,13 +1,15 @@ # Changelog -## [0.4.0-preview] - 2021-10-08 +## [0.4.0-preview] - 2021-10-13 ### Added * HDRP: Compatible with Box Light, a spot light varietion, as main lights. * HDRP: BoxLightAdjustment mono-behavior ### Fixed: * URP: Unstable SRP Compatiblity. Thanks to tangx246. * URP: Outline pass is not compatible with VR when Single Pass Instanced rendering is chosen. Thanks to tangx246 again. +* URP: Some warnings. ### Updated: * Documentation~/en/FeatureModel_en.md. Thanks to riina. +* Platforms in documentation. ## [0.3.2-preview] - 2021-09-28 ### Added