diff --git a/Packages/manifest.json b/Packages/manifest.json index a5942bba4..90acc98f5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -7,11 +7,13 @@ "com.unity.ide.visualstudio": "2.0.16", "com.unity.ide.vscode": "1.2.5", "com.unity.mobile.android-logcat": "1.3.2", + "com.unity.project-auditor": "https://github.com/Unity-Technologies/ProjectAuditor.git", "com.unity.test-framework": "1.3.4", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", "com.unity.ugui": "1.0.0", "com.unity.visualscripting": "1.7.8", + "xyz.0xsequence.waas-unity": "file:../Packages/Sequence-Unity", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", @@ -42,7 +44,6 @@ "com.unity.modules.video": "1.0.0", "com.unity.modules.vr": "1.0.0", "com.unity.modules.wind": "1.0.0", - "com.unity.modules.xr": "1.0.0", - "xyz.0xsequence.waas-unity": "file:../Packages/Sequence-Unity" + "com.unity.modules.xr": "1.0.0" } } diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 4ae7015e6..8026b30e1 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -81,8 +81,15 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.nuget.mono-cecil": { + "version": "1.11.4", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.nuget.newtonsoft-json": { - "version": "3.0.2", + "version": "3.2.1", "depth": 1, "source": "registry", "dependencies": {}, @@ -95,6 +102,16 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.project-auditor": { + "version": "https://github.com/Unity-Technologies/ProjectAuditor.git", + "depth": 0, + "source": "git", + "dependencies": { + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.nuget.newtonsoft-json": "3.2.1" + }, + "hash": "d9a78910157f9dffc0a76c70c47fe1149fa5e673" + }, "com.unity.services.core": { "version": "1.4.0", "depth": 1, diff --git a/ProjectSettings/ProjectAuditorSettings.asset b/ProjectSettings/ProjectAuditorSettings.asset new file mode 100644 index 000000000..c969d3e2c --- /dev/null +++ b/ProjectSettings/ProjectAuditorSettings.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0997278c24a4f4d9d916b84ac4d34b87, type: 3} + m_Name: + m_EditorClassIdentifier: + Rules: + m_Rules: [] + DiagnosticParams: + m_ParamsStack: + - Platform: -2 + m_SerializedParams: + - Key: StreamingAssetsFolderSizeLimit + Value: 50 + - Key: StreamingClipThresholdBytes + Value: 218294 + - Key: LongDecompressedClipThresholdBytes + Value: 204800 + - Key: LongCompressedMobileClipThresholdBytes + Value: 204800 + - Key: LoadInBackGroundClipSizeThresholdBytes + Value: 204800 + - Key: SpriteAtlasEmptySpaceLimit + Value: 50 + - Key: TextureStreamingMipmapsSizeLimit + Value: 4000 + - Key: TextureEmptySpaceLimit + Value: 50 + CurrentParamsIndex: 0