Skip to content

Commit 8430521

Browse files
Merge branch 'master' into vfx/staging
# Conflicts: # TestProjects/VisualEffectGraph_HDRP/Assets/TestCaseFilters.asset # com.unity.visualeffectgraph/CHANGELOG.md # com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs
1 parent dd8c66a commit 8430521

File tree

2,151 files changed

+255551
-16772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,151 files changed

+255551
-16772
lines changed

.github/pr-commenter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ comment:
1717
body: |
1818
**HDRP**
1919
`/.yamato%252Fall-hdrp.yml%2523PR_HDRP_trunk`
20+
With changes to HDRP packages, you should also run
21+
`/.yamato%252Fall-lightmapper.yml%2523PR_LightMapper_trunk`
2022
- id: URP
2123
files:
2224
- com.unity.render-pipelines.universal/**/*
@@ -25,6 +27,8 @@ comment:
2527
body: |
2628
**URP**
2729
`/.yamato%252Fall-urp.yml%2523PR_URP_trunk`
30+
With changes to URP packages, you should also run
31+
`/.yamato%252Fall-lightmapper.yml%2523PR_LightMapper_trunk`
2832
- id: ShaderGraph
2933
files:
3034
- com.unity.shadergraph/**/*

.github/workflows/draft.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.draft == false && github.event.pull_request.ready_for_review == false
1111
steps:
12-
- uses: thollander/actions-comment-pull-request@master
13-
with:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
message: |
16-
It appears that you made a non-draft PR!
17-
Please convert your PR to draft (button on the right side of the page).
18-
See the PR template for more information.
19-
Thank you!
12+
- uses: thollander/actions-comment-pull-request@v1.0.4
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
message: |
16+
It appears that you made a non-draft PR!
17+
Please convert your PR to draft (button on the right side of the page).
18+
See the PR template for more information.
19+
Thank you!

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ node_modules
4747
manifest-updater.py
4848
TestProjects/UniversalGraphicsTest_Lighting/UserSettings/EditorUserSettings.asset
4949
TestProjects/UniversalGraphicsTest_Lighting/Packages/packages-lock.json
50+
com.unity.template-hd/InitCodeMarker

.yamato/_abv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ all_project_ci_nightly_trunk:
4646
rerun: on_new_revision
4747
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_trunk
4848
rerun: on_new_revision
49+
- path: .yamato/all-lightmapper.yml#LightMapper_trunk
50+
rerun: on_new_revision
4951
- path: .yamato/_abv.yml#General_Checks_trunk
5052
rerun: on_new_revision
5153
General_Checks_trunk:
@@ -138,6 +140,8 @@ all_project_ci_nightly_CUSTOM-REVISION:
138140
rerun: on_new_revision
139141
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_CUSTOM-REVISION
140142
rerun: on_new_revision
143+
- path: .yamato/all-lightmapper.yml#LightMapper_CUSTOM-REVISION
144+
rerun: on_new_revision
141145
- path: .yamato/_abv.yml#General_Checks_CUSTOM-REVISION
142146
rerun: on_new_revision
143147
General_Checks_CUSTOM-REVISION:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
trunk:
2-
updated_at_UTC: '2021-09-04 23:31:29.876736'
2+
updated_at_UTC: '2021-09-21 23:26:50.889283'
33
changeset:
4-
id: a6d7f27874c08c403d43e993bde1b93ce0ea2161
5-
date: '2021-09-04T21:12:24'
4+
id: a5998c7a3f29a89bba88ddb2d547e5c65db9eb07
5+
date: '2021-09-21T11:11:20'

.yamato/_templates.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ pack_hdrp_template_Win_trunk:
3838
commands:
3939
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
4040
- upm-ci template pack --project-path com.unity.template-hd
41-
dependencies:
42-
- .yamato/_templates.yml#pre_pack_hdrp_template_Win_trunk
4341
artifacts:
4442
packages:
4543
paths:
@@ -92,8 +90,6 @@ pack_hdrp_template_OSX_trunk:
9290
commands:
9391
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
9492
- upm-ci template pack --project-path com.unity.template-hd
95-
dependencies:
96-
- .yamato/_templates.yml#pre_pack_hdrp_template_OSX_trunk
9793
artifacts:
9894
packages:
9995
paths:
@@ -184,8 +180,6 @@ pack_hdrp_template_Win_CUSTOM-REVISION:
184180
commands:
185181
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
186182
- upm-ci template pack --project-path com.unity.template-hd
187-
dependencies:
188-
- .yamato/_templates.yml#pre_pack_hdrp_template_Win_CUSTOM-REVISION
189183
artifacts:
190184
packages:
191185
paths:
@@ -238,8 +232,6 @@ pack_hdrp_template_OSX_CUSTOM-REVISION:
238232
commands:
239233
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
240234
- upm-ci template pack --project-path com.unity.template-hd
241-
dependencies:
242-
- .yamato/_templates.yml#pre_pack_hdrp_template_OSX_CUSTOM-REVISION
243235
artifacts:
244236
packages:
245237
paths:
@@ -330,8 +322,6 @@ pack_universal_template_Win_trunk:
330322
commands:
331323
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
332324
- upm-ci template pack --project-path com.unity.template-universal
333-
dependencies:
334-
- .yamato/_templates.yml#pre_pack_universal_template_Win_trunk
335325
artifacts:
336326
packages:
337327
paths:
@@ -384,8 +374,6 @@ pack_universal_template_OSX_trunk:
384374
commands:
385375
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
386376
- upm-ci template pack --project-path com.unity.template-universal
387-
dependencies:
388-
- .yamato/_templates.yml#pre_pack_universal_template_OSX_trunk
389377
artifacts:
390378
packages:
391379
paths:
@@ -476,8 +464,6 @@ pack_universal_template_Win_CUSTOM-REVISION:
476464
commands:
477465
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
478466
- upm-ci template pack --project-path com.unity.template-universal
479-
dependencies:
480-
- .yamato/_templates.yml#pre_pack_universal_template_Win_CUSTOM-REVISION
481467
artifacts:
482468
packages:
483469
paths:
@@ -530,8 +516,6 @@ pack_universal_template_OSX_CUSTOM-REVISION:
530516
commands:
531517
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
532518
- upm-ci template pack --project-path com.unity.template-universal
533-
dependencies:
534-
- .yamato/_templates.yml#pre_pack_universal_template_OSX_CUSTOM-REVISION
535519
artifacts:
536520
packages:
537521
paths:

.yamato/all-lightmapper.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
2+
# This file is generated by .yamato/ruamel/build.py. Don't edit this file manually.
3+
# Introduce any changes under .yamato/config/*.metafile files (for most cases) or under .yamato/ruamel/* within Python (more elaborate cases), and rerun build.py to regenerate all .yml files.
4+
# Read more under .yamato/docs/readme.md
5+
6+
{% metadata_file .yamato/_cache_config.metafile -%}
7+
{% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%}
8+
9+
---
10+
11+
PR_LightMapper_trunk:
12+
name: PR LightMapper on trunk
13+
variables:
14+
CUSTOM_REVISION: '{{trunk.changeset.id}}'
15+
UTR_VERSION: "current"
16+
TEST_FILTER: .*
17+
CACHE_ARGS: '{{cache.flags}}'
18+
dependencies:
19+
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_editmode_mono_Linear_trunk
20+
rerun: on_new_revision
21+
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_Standalone_mono_Linear_trunk
22+
rerun: on_new_revision
23+
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_editmode_mono_Linear_trunk
24+
rerun: on_new_revision
25+
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_Standalone_mono_Linear_trunk
26+
rerun: on_new_revision
27+
- path: .yamato/lightmapper-linux-openglcore.yml#LightMapper_Linux_OpenGlCore_editmode_mono_Linear_trunk
28+
rerun: on_new_revision
29+
Extra_LightMapper_trunk:
30+
name: Extra LightMapper on trunk
31+
variables:
32+
CUSTOM_REVISION: '{{trunk.changeset.id}}'
33+
UTR_VERSION: "current"
34+
TEST_FILTER: .*
35+
CACHE_ARGS: '{{cache.flags}}'
36+
dependencies: []
37+
LightMapper_trunk:
38+
name: LightMapper on trunk
39+
variables:
40+
CUSTOM_REVISION: '{{trunk.changeset.id}}'
41+
UTR_VERSION: "current"
42+
TEST_FILTER: .*
43+
CACHE_ARGS: '{{cache.flags}}'
44+
dependencies:
45+
- path: .yamato/all-lightmapper.yml#PR_LightMapper_trunk
46+
rerun: on_new_revision
47+
- path: .yamato/all-lightmapper.yml#Extra_LightMapper_trunk
48+
rerun: on_new_revision
49+
PR_LightMapper_CUSTOM-REVISION:
50+
name: PR LightMapper on CUSTOM-REVISION
51+
variables:
52+
CUSTOM_REVISION: custom_revision_not_set
53+
UTR_VERSION: "current"
54+
TEST_FILTER: .*
55+
CACHE_ARGS: '{{cache.flags}}'
56+
dependencies:
57+
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION
58+
rerun: on_new_revision
59+
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION
60+
rerun: on_new_revision
61+
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION
62+
rerun: on_new_revision
63+
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION
64+
rerun: on_new_revision
65+
- path: .yamato/lightmapper-linux-openglcore.yml#LightMapper_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION
66+
rerun: on_new_revision
67+
Extra_LightMapper_CUSTOM-REVISION:
68+
name: Extra LightMapper on CUSTOM-REVISION
69+
variables:
70+
CUSTOM_REVISION: custom_revision_not_set
71+
UTR_VERSION: "current"
72+
TEST_FILTER: .*
73+
CACHE_ARGS: '{{cache.flags}}'
74+
dependencies: []
75+
LightMapper_CUSTOM-REVISION:
76+
name: LightMapper on CUSTOM-REVISION
77+
variables:
78+
CUSTOM_REVISION: custom_revision_not_set
79+
UTR_VERSION: "current"
80+
TEST_FILTER: .*
81+
CACHE_ARGS: '{{cache.flags}}'
82+
dependencies:
83+
- path: .yamato/all-lightmapper.yml#PR_LightMapper_CUSTOM-REVISION
84+
rerun: on_new_revision
85+
- path: .yamato/all-lightmapper.yml#Extra_LightMapper_CUSTOM-REVISION
86+
rerun: on_new_revision

.yamato/all-urp_2d.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ PR_URP_2D_trunk:
3838
rerun: on_new_revision
3939
- path: .yamato/urp_2d-osx-openglcore.yml#URP_2D_OSX_OpenGLCore_editmode_mono_Linear_trunk
4040
rerun: on_new_revision
41-
- path: .yamato/urp_2d-android-opengles3.yml#URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk
42-
rerun: on_new_revision
43-
- path: .yamato/urp_2d-android-vulkan.yml#URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_trunk
44-
rerun: on_new_revision
45-
- path: .yamato/urp_2d-iphone-metal.yml#URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_trunk
46-
rerun: on_new_revision
4741
Extra_URP_2D_trunk:
4842
name: Extra URP_2D on trunk
4943
variables:
@@ -102,12 +96,6 @@ PR_URP_2D_CUSTOM-REVISION:
10296
rerun: on_new_revision
10397
- path: .yamato/urp_2d-osx-openglcore.yml#URP_2D_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION
10498
rerun: on_new_revision
105-
- path: .yamato/urp_2d-android-opengles3.yml#URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION
106-
rerun: on_new_revision
107-
- path: .yamato/urp_2d-android-vulkan.yml#URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION
108-
rerun: on_new_revision
109-
- path: .yamato/urp_2d-iphone-metal.yml#URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION
110-
rerun: on_new_revision
11199
Extra_URP_2D_CUSTOM-REVISION:
112100
name: Extra URP_2D on CUSTOM-REVISION
113101
variables:

.yamato/all-urp_foundation.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ PR_URP_Foundation_trunk:
4242
rerun: on_new_revision
4343
- path: .yamato/urp_foundation-osx-openglcore.yml#URP_Foundation_OSX_OpenGLCore_editmode_mono_Linear_trunk
4444
rerun: on_new_revision
45-
- path: .yamato/urp_foundation-android-opengles3.yml#URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk
46-
rerun: on_new_revision
47-
- path: .yamato/urp_foundation-android-vulkan.yml#URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_trunk
48-
rerun: on_new_revision
49-
- path: .yamato/urp_foundation-iphone-metal.yml#URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_trunk
50-
rerun: on_new_revision
5145
Extra_URP_Foundation_trunk:
5246
name: Extra URP_Foundation on trunk
5347
variables:
@@ -110,12 +104,6 @@ PR_URP_Foundation_CUSTOM-REVISION:
110104
rerun: on_new_revision
111105
- path: .yamato/urp_foundation-osx-openglcore.yml#URP_Foundation_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION
112106
rerun: on_new_revision
113-
- path: .yamato/urp_foundation-android-opengles3.yml#URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION
114-
rerun: on_new_revision
115-
- path: .yamato/urp_foundation-android-vulkan.yml#URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION
116-
rerun: on_new_revision
117-
- path: .yamato/urp_foundation-iphone-metal.yml#URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION
118-
rerun: on_new_revision
119107
Extra_URP_Foundation_CUSTOM-REVISION:
120108
name: Extra URP_Foundation on CUSTOM-REVISION
121109
variables:

.yamato/all-urp_lighting.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,10 @@ PR_URP_Lighting_trunk:
3636
rerun: on_new_revision
3737
- path: .yamato/urp_lighting-android-vulkan.yml#URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_trunk
3838
rerun: on_new_revision
39-
- path: .yamato/urp_lighting-iphone-metal.yml#URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_trunk
40-
rerun: on_new_revision
4139
- path: .yamato/urp_lighting-osx-metal.yml#URP_Lighting_OSX_Metal_playmode_mono_Linear_trunk
4240
rerun: on_new_revision
4341
- path: .yamato/urp_lighting-osx-openglcore.yml#URP_Lighting_OSX_OpenGLCore_editmode_mono_Linear_trunk
4442
rerun: on_new_revision
45-
- path: .yamato/urp_lighting-android-opengles3.yml#URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk
46-
rerun: on_new_revision
47-
- path: .yamato/urp_lighting-android-vulkan.yml#URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_trunk
48-
rerun: on_new_revision
49-
- path: .yamato/urp_lighting-iphone-metal.yml#URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_trunk
50-
rerun: on_new_revision
5143
Extra_URP_Lighting_trunk:
5244
name: Extra URP_Lighting on trunk
5345
variables:
@@ -104,18 +96,10 @@ PR_URP_Lighting_CUSTOM-REVISION:
10496
rerun: on_new_revision
10597
- path: .yamato/urp_lighting-android-vulkan.yml#URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION
10698
rerun: on_new_revision
107-
- path: .yamato/urp_lighting-iphone-metal.yml#URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION
108-
rerun: on_new_revision
10999
- path: .yamato/urp_lighting-osx-metal.yml#URP_Lighting_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION
110100
rerun: on_new_revision
111101
- path: .yamato/urp_lighting-osx-openglcore.yml#URP_Lighting_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION
112102
rerun: on_new_revision
113-
- path: .yamato/urp_lighting-android-opengles3.yml#URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION
114-
rerun: on_new_revision
115-
- path: .yamato/urp_lighting-android-vulkan.yml#URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION
116-
rerun: on_new_revision
117-
- path: .yamato/urp_lighting-iphone-metal.yml#URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION
118-
rerun: on_new_revision
119103
Extra_URP_Lighting_CUSTOM-REVISION:
120104
name: Extra URP_Lighting on CUSTOM-REVISION
121105
variables:

0 commit comments

Comments
 (0)