-
Notifications
You must be signed in to change notification settings - Fork 11
/
bones3.code-workspace
96 lines (96 loc) · 2.25 KB
/
bones3.code-workspace
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"folders": [
{
"name": "Root",
"path": "."
},
{
"name": "Demo",
"path": "Assets/Wraithaven Games/Bones3 Rebuilt/DEMO"
},
{
"name": "Editor",
"path": "Assets/Wraithaven Games/Bones3 Rebuilt/Editor/Scripts"
},
{
"name": "Source",
"path": "Assets/Wraithaven Games/Bones3 Rebuilt/Scripts"
},
{
"name": "Shaders",
"path": "Assets/Wraithaven Games/Bones3 Rebuilt/Shaders"
}
],
"settings": {
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.gitmodules": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"bin/": true,
"ProjectSettings/": true,
"temp/": true,
"Temp/": true,
"Assets": true
},
"cSpell.words": [
"Behaviour",
"Mathf",
"Remesh",
"Scriptable",
"Wraithaven",
"remeshed",
"remeshing",
"ungenerated",
"voxel"
],
"csharp2plantuml.inputPath": "Assets",
"csharp2plantuml.outputPath": "../UML", // TODO Workaround for bug in extension
"csharp2plantuml.createAssociation": true,
"csharp2plantuml.allInOne": true,
"csharp2plantuml.ignoreAccessibility": "",
"csharp2plantuml.excludePath": "Wraithaven Games/Bones3 Rebuilt/DEMO"
}
}