diff --git a/Assets/Main Camera Profile.asset b/Assets/Main Camera Profile.asset new file mode 100644 index 0000000..09057e8 --- /dev/null +++ b/Assets/Main Camera Profile.asset @@ -0,0 +1,116 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + 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: 8e6292b2c06870d4495f009f912b9600, type: 3} + m_Name: Main Camera Profile + m_EditorClassIdentifier: + settings: + - {fileID: 7193639363079924865} + - {fileID: 2269449136819317941} +--- !u!114 &2269449136819317941 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: c1cb7e9e120078f43bce4f0b1be547a7, type: 3} + m_Name: AmbientOcclusion + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 0.66 + color: + overrideState: 1 + value: {r: 0, g: 0, b: 0, a: 1} + ambientOnly: + overrideState: 1 + value: 1 + noiseFilterTolerance: + overrideState: 1 + value: 0 + blurTolerance: + overrideState: 1 + value: -4.6 + upsampleTolerance: + overrideState: 1 + value: -12 + thicknessModifier: + overrideState: 1 + value: 10 + zBias: + overrideState: 1 + value: 0 + directLightingStrength: + overrideState: 1 + value: 0 + radius: + overrideState: 1 + value: 0.25 + quality: + overrideState: 1 + value: 2 +--- !u!114 &7193639363079924865 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 48a79b01ea5641d4aa6daa2e23605641, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 0.02 + threshold: + overrideState: 1 + value: 1 + softKnee: + overrideState: 1 + value: 0.5 + clamp: + overrideState: 1 + value: 65472 + diffusion: + overrideState: 1 + value: 7 + anamorphicRatio: + overrideState: 1 + value: 0 + color: + overrideState: 1 + value: {r: 1, g: 1, b: 1, a: 1} + fastMode: + overrideState: 1 + value: 0 + dirtTexture: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + dirtIntensity: + overrideState: 1 + value: 0 diff --git a/Assets/Main Camera Profile.asset.meta b/Assets/Main Camera Profile.asset.meta new file mode 100644 index 0000000..0560248 --- /dev/null +++ b/Assets/Main Camera Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e5394afaa3b6fc845a2fffd385c66611 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index c6e68f8..ae60e98 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -5,6 +5,7 @@ "com.unity.ide.rider": "3.0.28", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", + "com.unity.postprocessing": "3.4.0", "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.5", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 708f302..d58ee44 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -67,6 +67,15 @@ "dependencies": {}, "url": "https://packages.unity.cn" }, + "com.unity.postprocessing": { + "version": "3.4.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, "com.unity.settings-manager": { "version": "1.0.3", "depth": 2, diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 9e548ec..33aaf50 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -716,7 +716,20 @@ PlayerSettings: webGLThreadsSupport: 0 webGLDecompressionFallback: 0 webGLPowerPreference: 2 - scriptingDefineSymbols: {} + scriptingDefineSymbols: + Android: UNITY_POST_PROCESSING_STACK_V2 + EmbeddedLinux: UNITY_POST_PROCESSING_STACK_V2 + GameCoreXboxOne: UNITY_POST_PROCESSING_STACK_V2 + Lumin: UNITY_POST_PROCESSING_STACK_V2 + Nintendo Switch: UNITY_POST_PROCESSING_STACK_V2 + PS4: UNITY_POST_PROCESSING_STACK_V2 + PS5: UNITY_POST_PROCESSING_STACK_V2 + Stadia: UNITY_POST_PROCESSING_STACK_V2 + Standalone: UNITY_POST_PROCESSING_STACK_V2 + WebGL: UNITY_POST_PROCESSING_STACK_V2 + Windows Store Apps: UNITY_POST_PROCESSING_STACK_V2 + XboxOne: UNITY_POST_PROCESSING_STACK_V2 + tvOS: UNITY_POST_PROCESSING_STACK_V2 additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 85a0bc6..30953e7 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -8,7 +8,7 @@ TagManager: - Default - TransparentFX - Ignore Raycast - - + - post - Water - UI - Display diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset index cf19975..52ff818 100644 --- a/UserSettings/EditorUserSettings.asset +++ b/UserSettings/EditorUserSettings.asset @@ -11,6 +11,9 @@ EditorUserSettings: RecentlyUsedSceneGuid-1: value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a flags: 0 + RecentlyUsedSceneGuid-2: + value: 5b08575357065d085f0c587114725c44154e4e2e297f72347a7c4e31e4b66661 + flags: 0 vcSharedLogLevel: value: 0d5e400f0650 flags: 0 diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index c58d73b..ea270a3 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -15,16 +15,42 @@ MonoBehaviour: m_PixelRect: serializedVersion: 2 x: 0 - y: 43.2 - width: 1536 - height: 772.8 + y: 42.666668 + width: 2560 + height: 1357.3334 m_ShowMode: 4 - m_Title: Hierarchy - m_RootView: {fileID: 2} + m_Title: Scene + m_RootView: {fileID: 3} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_Maximized: 1 --- !u!114 &2 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: SceneHierarchyWindow + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 331.33334 + height: 1307.3334 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 13} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -37,22 +63,22 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 3} - {fileID: 4} - {fileID: 5} + - {fileID: 6} m_Position: serializedVersion: 2 x: 0 y: 0 - width: 1536 - height: 772.8 + width: 2560 + height: 1357.3334 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 m_TopViewHeight: 30 m_UseBottomView: 1 m_BottomViewHeight: 20 ---- !u!114 &3 +--- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -69,12 +95,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1536 + width: 2560 height: 30 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} m_LastLoadedLayoutName: ---- !u!114 &4 +--- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -87,20 +113,21 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 6} + - {fileID: 2} - {fileID: 7} + - {fileID: 9} - {fileID: 8} m_Position: serializedVersion: 2 x: 0 y: 30 - width: 1536 - height: 722.8 - m_MinSize: {x: 300, y: 200} - m_MaxSize: {x: 24288, y: 16192} + width: 2560 + height: 1307.3334 + m_MinSize: {x: 400, y: 100} + m_MaxSize: {x: 32384, y: 8096} vertical: 0 - controlID: 99 ---- !u!114 &5 + controlID: 20 +--- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -116,38 +143,11 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 752.8 - width: 1536 + y: 1337.3334 + width: 2560 height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} ---- !u!114 &6 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: GameView - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 0 - y: 0 - width: 854.4 - height: 722.8 - m_MinSize: {x: 201, y: 221} - m_MaxSize: {x: 4001, y: 4021} - m_ActualView: {fileID: 15} - m_Panes: - - {fileID: 13} - - {fileID: 15} - m_Selected: 1 - m_LastSelected: 0 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -157,22 +157,24 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} - m_Name: + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: SceneView m_EditorClassIdentifier: - m_Children: - - {fileID: 9} - - {fileID: 10} + m_Children: [] m_Position: serializedVersion: 2 - x: 854.4 + x: 331.33334 y: 0 - width: 309.59998 - height: 722.8 - m_MinSize: {x: 100, y: 200} - m_MaxSize: {x: 8096, y: 16192} - vertical: 1 - controlID: 16 + width: 1590.6666 + height: 1307.3334 + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 12} + m_Panes: + - {fileID: 12} + - {fileID: 14} + m_Selected: 0 + m_LastSelected: 1 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -188,15 +190,15 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1164 + x: 2230 y: 0 - width: 372 - height: 722.8 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} - m_ActualView: {fileID: 11} + width: 330 + height: 1307.3334 + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 10} m_Panes: - - {fileID: 11} + - {fileID: 10} m_Selected: 0 m_LastSelected: 0 --- !u!114 &9 @@ -214,44 +216,18 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 0 + x: 1922 y: 0 - width: 309.59998 - height: 318.4 - m_MinSize: {x: 202, y: 221} - m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 14} + width: 308 + height: 1307.3334 + m_MinSize: {x: 232, y: 271} + m_MaxSize: {x: 10002, y: 10021} + m_ActualView: {fileID: 11} m_Panes: - - {fileID: 14} + - {fileID: 11} m_Selected: 0 m_LastSelected: 0 --- !u!114 &10 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 0 - y: 318.4 - width: 309.59998 - height: 404.4 - m_MinSize: {x: 232, y: 271} - m_MaxSize: {x: 10002, y: 10021} - m_ActualView: {fileID: 12} - m_Panes: - - {fileID: 12} - m_Selected: 0 - m_LastSelected: 0 ---- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -271,10 +247,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1164 - y: 73.6 - width: 371 - height: 701.8 + x: 2230 + y: 72.66667 + width: 329 + height: 1286.3334 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -293,7 +269,7 @@ MonoBehaviour: m_LockTracker: m_IsLocked: 0 m_PreviewWindow: {fileID: 0} ---- !u!114 &12 +--- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -313,10 +289,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 854.4 - y: 392 - width: 307.59998 - height: 383.4 + x: 1922 + y: 72.66667 + width: 306 + height: 1286.3334 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -332,24 +308,22 @@ MonoBehaviour: m_ShowAllHits: 0 m_SkipHidden: 0 m_SearchArea: 1 - m_Folders: - - "Assets/\u90E8\u4EF6\u7ED3\u6784\u5C55\u793A" + m_Folders: [] m_Globs: [] m_OriginalText: m_FilterByTypeIntersection: 0 m_ViewMode: 0 m_StartGridSize: 64 - m_LastFolders: - - Assets + m_LastFolders: [] m_LastFoldersGridSize: -1 - m_LastProjectPath: D:\Unity\Projects\AnimalSimulate + m_LastProjectPath: "E:\\shengtao\\2025\\\u4E09\u6A21\u6001\u4EFF\u771F\u591A\u5A92\u4F53\\AnimalSimulation" m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} m_SelectedIDs: 7c780000 m_LastClickedID: 30844 - m_ExpandedIDs: 00000000f4460100f6460100f8460100fa460100 + m_ExpandedIDs: m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -377,7 +351,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: ffffffff00000000f4460100f6460100f8460100fa4601003e470100 + m_ExpandedIDs: ffffffffb8670100d8670100 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -393,7 +367,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 10} + m_ClientGUIView: {fileID: 9} m_SearchString: m_CreateAssetUtility: m_EndAction: {fileID: 0} @@ -433,7 +407,7 @@ MonoBehaviour: m_GridSize: 64 m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 115 ---- !u!114 &13 +--- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -453,10 +427,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 0 - y: 73.6 - width: 853.4 - height: 701.8 + x: 331.33334 + y: 72.66667 + width: 1588.6666 + height: 1286.3334 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -467,7 +441,7 @@ MonoBehaviour: collapsed: 0 displayed: 1 snapOffset: {x: 0, y: 0} - snapOffsetDelta: {x: -100, y: -25.599976} + snapOffsetDelta: {x: -98.666626, y: -26} snapCorner: 3 id: Tool Settings index: 0 @@ -694,7 +668,7 @@ MonoBehaviour: layout: 4 m_OverlaysVisible: 1 m_WindowGUID: 022a24e19bf7483478e9abec90b4a986 - m_Gizmos: 1 + m_Gizmos: 0 m_OverrideSceneCullingMask: 6917529027641081856 m_SceneIsLit: 1 m_SceneLighting: 1 @@ -703,9 +677,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -19.614182, y: -37.265785, z: 78.29477} + m_Target: {x: -0.14174296, y: 0.6027924, z: -0.4748262} speed: 2 - m_Value: {x: -19.614182, y: -37.265785, z: 78.29477} + m_Value: {x: -0.14174296, y: 0.6027924, z: -0.4748262} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -752,17 +726,17 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: 0.425813, y: 0.27755415, z: -0.1389917, w: 0.8499934} + m_Target: {x: -0.045624923, y: 0.95119816, z: -0.16847414, w: -0.25539193} speed: 2 - m_Value: {x: 0.42577884, y: 0.2775319, z: -0.13898055, w: 0.8499252} + m_Value: {x: -0.04561425, y: 0.9509756, z: -0.16843472, w: -0.25533217} m_Size: - m_Target: 131.88231 + m_Target: 1.9629054 speed: 2 - m_Value: 131.88231 + m_Value: 1.9629054 m_Ortho: - m_Target: 1 + m_Target: 0 speed: 2 - m_Value: 1 + m_Value: 0 m_CameraSettings: m_Speed: 0.8259 m_SpeedNormalized: 0.41 @@ -776,14 +750,14 @@ MonoBehaviour: m_FarClip: 10000 m_DynamicClip: 1 m_OcclusionCulling: 0 - m_LastSceneViewRotation: {x: 0.20133366, y: 0.4599575, z: -0.10781981, w: 0.85815835} + m_LastSceneViewRotation: {x: 0.18868902, y: 0.077132195, z: -0.014793283, w: 0.9789739} m_LastSceneViewOrtho: 1 m_ReplacementShader: {fileID: 0} m_ReplacementString: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &14 +--- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -803,10 +777,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 854.4 - y: 73.6 - width: 307.59998 - height: 297.4 + x: 0 + y: 72.66667 + width: 330.33334 + height: 1286.3334 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -815,9 +789,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: a686feff - m_LastClickedID: -96602 - m_ExpandedIDs: 1a0cffffac460100c4460100 + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: a68bfdff368cfdff3a8cfdffb28ffdff4698fdffbe99fdffee9bfdff329efdffaaa0fdff76a1fdff0aa4fdffb2a8fdff1eb4fdff1ae3fdff1ee3fdffdee7fdff66eefdff7aeafeff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -833,7 +807,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 0 - m_ClientGUIView: {fileID: 9} + m_ClientGUIView: {fileID: 2} m_SearchString: m_ExpandedScenes: [] m_CurrenRootInstanceID: 0 @@ -841,7 +815,7 @@ MonoBehaviour: m_IsLocked: 0 m_CurrentSortingName: TransformSorting m_WindowGUID: 733c28ef5d2030949b73c3d6246d5565 ---- !u!114 &15 +--- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -861,10 +835,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 0 - y: 73.6 - width: 853.4 - height: 701.8 + x: 331.33334 + y: 72.66667 + width: 1090.6666 + height: 1286.3334 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -893,10 +867,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -768 - m_HBaseRangeMax: 768 - m_VBaseRangeMin: -432 - m_VBaseRangeMax: 432 + m_HBaseRangeMin: -640 + m_HBaseRangeMax: 640 + m_VBaseRangeMin: -360 + m_VBaseRangeMax: 360 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -914,23 +888,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 853.4 - height: 680.8 - m_Scale: {x: 0.555599, y: 0.555599} - m_Translation: {x: 426.7, y: 340.4} + width: 1090.6666 + height: 1265.3334 + m_Scale: {x: 0.8520833, y: 0.8520833} + m_Translation: {x: 545.3333, y: 632.6667} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -768 - y: -612.6721 - width: 1536 - height: 1225.3442 + x: -640 + y: -742.4939 + width: 1280 + height: 1484.9878 m_MinimalGUI: 1 - m_defaultScale: 0.555599 - m_LastWindowPixelSize: {x: 1066.75, y: 877.25} + m_defaultScale: 0.8520833 + m_LastWindowPixelSize: {x: 1636, y: 1929.5} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 00000000000000000000