-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataExtractor.asmdef
More file actions
72 lines (72 loc) · 2.02 KB
/
DataExtractor.asmdef
File metadata and controls
72 lines (72 loc) · 2.02 KB
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
{
"name": "DataExtractor",
"rootNamespace": "",
"references": [
"Unity.Burst",
"Unity.Collections",
"Unity.Entities",
"Unity.Entities.Hybrid",
"Unity.Jobs",
"Unity.Mathematics",
"Unity.NetCode",
"Unity.NetCode.Physics",
"Unity.Networking.Transport",
"Unity.Physics",
"Unity.Physics.Hybrid",
"Unity.Properties",
"Unity.Transforms",
"PugMod.SDK",
"Unity.Addressables",
"Unity.ResourceManager",
"Unity.Physics.Editor",
"Unity.Physics.Custom"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Pug.Base.dll",
"Pug.Base.Editor.dll",
"Pug.ColorCycling.dll",
"Pug.Dev.dll",
"Pug.ECS.Authoring.dll",
"Pug.ECS.Components.dll",
"Pug.ECS.ConditionExtensions.dll",
"Pug.ECS.Conversion.dll",
"Pug.ECS.Hybrid.dll",
"Pug.Mods.dll",
"Pug.Objects.dll",
"Pug.Other.dll",
"Pug.PP.dll",
"Pug.UnityExtensions.dll",
"Pug.UnityExtensions.Editor.dll",
"PugConversion.dll",
"PugMap.Common.dll",
"PugMod.Integration.dll",
"PugMod.Platform.dll",
"PugMod.SDK.Runtime.dll",
"PugProperties.dll",
"PugProperties.Editor.dll",
"PugRP.dll",
"PugText.Editor.dll",
"PugWorldGen.Authoring.dll",
"PugWorldGen.Components.dll",
"PugWorldGen.Conversion.dll",
"PugWorldGen.dll",
"I2.dll",
"Pug.ObjectIDCategory.dll",
"SpriteInstancing.dll",
"Newtonsoft.Json.dll",
"PugWorldGen.Dungeons.dll",
"PugWorldGen.Placement.dll",
"PugWorldGen.CustomScenes.dll",
"Pugstorm.WorldGen.dll",
"WorldGen.dll",
"WorldGen.Runtime.dll"
],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}