Skip to content

Commit 1eb4f3d

Browse files
authored
Merge pull request #256 from 0xsequence/Setup/projectAuditor
Added Unity's new ProjectAuditor to the project
2 parents c801f7b + 2f30e00 commit 1eb4f3d

File tree

3 files changed

+58
-3
lines changed

3 files changed

+58
-3
lines changed

Packages/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"com.unity.ide.visualstudio": "2.0.16",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.mobile.android-logcat": "1.3.2",
10+
"com.unity.project-auditor": "https://github.com/Unity-Technologies/ProjectAuditor.git",
1011
"com.unity.test-framework": "1.3.4",
1112
"com.unity.textmeshpro": "3.0.6",
1213
"com.unity.timeline": "1.6.4",
1314
"com.unity.ugui": "1.0.0",
1415
"com.unity.visualscripting": "1.7.8",
16+
"xyz.0xsequence.waas-unity": "file:../Packages/Sequence-Unity",
1517
"com.unity.modules.ai": "1.0.0",
1618
"com.unity.modules.androidjni": "1.0.0",
1719
"com.unity.modules.animation": "1.0.0",
@@ -42,7 +44,6 @@
4244
"com.unity.modules.video": "1.0.0",
4345
"com.unity.modules.vr": "1.0.0",
4446
"com.unity.modules.wind": "1.0.0",
45-
"com.unity.modules.xr": "1.0.0",
46-
"xyz.0xsequence.waas-unity": "file:../Packages/Sequence-Unity"
47+
"com.unity.modules.xr": "1.0.0"
4748
}
4849
}

Packages/packages-lock.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,15 @@
8181
"dependencies": {},
8282
"url": "https://packages.unity.com"
8383
},
84+
"com.unity.nuget.mono-cecil": {
85+
"version": "1.11.4",
86+
"depth": 1,
87+
"source": "registry",
88+
"dependencies": {},
89+
"url": "https://packages.unity.com"
90+
},
8491
"com.unity.nuget.newtonsoft-json": {
85-
"version": "3.0.2",
92+
"version": "3.2.1",
8693
"depth": 1,
8794
"source": "registry",
8895
"dependencies": {},
@@ -95,6 +102,16 @@
95102
"dependencies": {},
96103
"url": "https://packages.unity.com"
97104
},
105+
"com.unity.project-auditor": {
106+
"version": "https://github.com/Unity-Technologies/ProjectAuditor.git",
107+
"depth": 0,
108+
"source": "git",
109+
"dependencies": {
110+
"com.unity.nuget.mono-cecil": "1.11.4",
111+
"com.unity.nuget.newtonsoft-json": "3.2.1"
112+
},
113+
"hash": "d9a78910157f9dffc0a76c70c47fe1149fa5e673"
114+
},
98115
"com.unity.services.core": {
99116
"version": "1.4.0",
100117
"depth": 1,
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: 0997278c24a4f4d9d916b84ac4d34b87, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
Rules:
16+
m_Rules: []
17+
DiagnosticParams:
18+
m_ParamsStack:
19+
- Platform: -2
20+
m_SerializedParams:
21+
- Key: StreamingAssetsFolderSizeLimit
22+
Value: 50
23+
- Key: StreamingClipThresholdBytes
24+
Value: 218294
25+
- Key: LongDecompressedClipThresholdBytes
26+
Value: 204800
27+
- Key: LongCompressedMobileClipThresholdBytes
28+
Value: 204800
29+
- Key: LoadInBackGroundClipSizeThresholdBytes
30+
Value: 204800
31+
- Key: SpriteAtlasEmptySpaceLimit
32+
Value: 50
33+
- Key: TextureStreamingMipmapsSizeLimit
34+
Value: 4000
35+
- Key: TextureEmptySpaceLimit
36+
Value: 50
37+
CurrentParamsIndex: 0

0 commit comments

Comments
 (0)