File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "folders" :
3
+ [
4
+ {
5
+ "name" : " CoreRP" ,
6
+ "path" : " ./com.unity.render-pipelines.core" ,
7
+ "file_exclude_patterns" : [" *.meta" ]
8
+ },
9
+ {
10
+ "name" : " HDRP" ,
11
+ "path" : " ./com.unity.render-pipelines.high-definition" ,
12
+ "folder_exclude_patterns" :
13
+ [
14
+ " Documentation~/Images"
15
+ ],
16
+ "file_exclude_patterns" : [" *.meta" ]
17
+ },
18
+ {
19
+ "name" : " HDRPConfig" ,
20
+ "path" : " ./com.unity.render-pipelines.high-definition-config" ,
21
+ "folder_exclude_patterns" :
22
+ [
23
+ " Documentation~/Images"
24
+ ],
25
+ "file_exclude_patterns" : [" *.meta" ]
26
+ },
27
+ {
28
+ "name" : " URP" ,
29
+ "path" : " ./com.unity.render-pipelines.universal" ,
30
+ "folder_exclude_patterns" :
31
+ [
32
+ " Documentation~/Images"
33
+ ],
34
+ "file_exclude_patterns" : [" *.meta" ]
35
+ },
36
+ {
37
+ "name" : " ShaderGraph" ,
38
+ "path" : " ./com.unity.shadergraph" ,
39
+ "file_exclude_patterns" : [" *.meta" ]
40
+ },
41
+ {
42
+ "name" : " VFXGraph" ,
43
+ "path" : " ./com.unity.visualeffectgraph" ,
44
+ "file_exclude_patterns" : [" *.meta" ]
45
+ }
46
+ ]
47
+ }
You can’t perform that action at this time.
0 commit comments