forked from Unity-Technologies/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphics.sublime-project
47 lines (47 loc) · 1.29 KB
/
graphics.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"folders" :
[
{
"name": "CoreRP",
"path": "./com.unity.render-pipelines.core",
"file_exclude_patterns": ["*.meta"]
},
{
"name": "HDRP",
"path": "./com.unity.render-pipelines.high-definition",
"folder_exclude_patterns":
[
"Documentation~/Images"
],
"file_exclude_patterns": ["*.meta"]
},
{
"name": "HDRPConfig",
"path": "./com.unity.render-pipelines.high-definition-config",
"folder_exclude_patterns":
[
"Documentation~/Images"
],
"file_exclude_patterns": ["*.meta"]
},
{
"name": "URP",
"path": "./com.unity.render-pipelines.universal",
"folder_exclude_patterns":
[
"Documentation~/Images"
],
"file_exclude_patterns": ["*.meta"]
},
{
"name": "ShaderGraph",
"path": "./com.unity.shadergraph",
"file_exclude_patterns": ["*.meta"]
},
{
"name": "VFXGraph",
"path": "./com.unity.visualeffectgraph",
"file_exclude_patterns": ["*.meta"]
}
]
}