From 7353d4ebbfb5e7d4f48cb0d7bcd6c122ad2bdc4e Mon Sep 17 00:00:00 2001 From: playmaker1210 Date: Mon, 12 Dec 2022 11:48:17 +0100 Subject: [PATCH] ui update --- Assets/Scenes/MainMenu.unity | 22 +-- Assets/Scripts/menu/OptionMenu.cs | 3 +- UserSettings/EditorUserSettings.asset | 4 +- .../Layouts/CurrentMaximizeLayout.dwlt | 163 +++++++++++------- UserSettings/Layouts/default-2021.dwlt | 130 +++++++------- 5 files changed, 176 insertions(+), 146 deletions(-) diff --git a/Assets/Scenes/MainMenu.unity b/Assets/Scenes/MainMenu.unity index e22c6cb..6c48872 100644 --- a/Assets/Scenes/MainMenu.unity +++ b/Assets/Scenes/MainMenu.unity @@ -1046,7 +1046,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 2147483647 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &345853270 RectTransform: m_ObjectHideFlags: 0 @@ -1562,7 +1562,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 28} + m_SizeDelta: {x: 0, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!1 &500113175 GameObject: @@ -3994,17 +3994,17 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 14 + m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 1 m_MaxSize: 40 - m_Alignment: 3 + m_Alignment: 4 m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 3 m_Text: Option A --- !u!222 &1306183017 CanvasRenderer: @@ -4345,7 +4345,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 20} + m_SizeDelta: {x: 0, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1463592101 MonoBehaviour: @@ -4558,14 +4558,14 @@ MonoBehaviour: m_Elasticity: 0.1 m_Inertia: 1 m_DecelerationRate: 0.135 - m_ScrollSensitivity: 1 + m_ScrollSensitivity: 20 m_Viewport: {fileID: 1190080034} m_HorizontalScrollbar: {fileID: 0} m_VerticalScrollbar: {fileID: 1831593195} m_HorizontalScrollbarVisibility: 0 m_VerticalScrollbarVisibility: 2 m_HorizontalScrollbarSpacing: 0 - m_VerticalScrollbarSpacing: -3 + m_VerticalScrollbarSpacing: -5 m_OnValueChanged: m_PersistentCalls: m_Calls: [] @@ -4954,7 +4954,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 2147483647 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &1804663945 RectTransform: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/menu/OptionMenu.cs b/Assets/Scripts/menu/OptionMenu.cs index 110b97d..f9638bd 100644 --- a/Assets/Scripts/menu/OptionMenu.cs +++ b/Assets/Scripts/menu/OptionMenu.cs @@ -19,7 +19,7 @@ public class OptionMenu : MonoBehaviour int currentResIndex = 0; for (int i = 0; i < resolutions.Length; i++) { - string option = resolutions[i].width + " x " + resolutions[i].height; + string option = resolutions[i].width + " x " + resolutions[i].height + " @"+resolutions[i].refreshRate; options.Add(option); if(resolutions[i].width == Screen.currentResolution.width && resolutions[i].height == Screen.currentResolution.height) { @@ -29,6 +29,7 @@ public class OptionMenu : MonoBehaviour resolutionDropdown.AddOptions(options); resolutionDropdown.value = currentResIndex; + //resolutionDropdown.itemText.fontSize = 18; resolutionDropdown.RefreshShownValue(); } diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset index 24130c3..99c2241 100644 --- a/UserSettings/EditorUserSettings.asset +++ b/UserSettings/EditorUserSettings.asset @@ -6,10 +6,10 @@ EditorUserSettings: serializedVersion: 4 m_ConfigSettings: RecentlyUsedSceneGuid-0: - value: 57500d5456505f0b5d085f2714255944104f1d797d717e3278711f61b3e6626d + value: 515250075c0c595e5f5a5e71122159444e4e4a2f7a7d7f602f284d66b4b76661 flags: 0 RecentlyUsedSceneGuid-1: - value: 515250075c0c595e5f5a5e71122159444e4e4a2f7a7d7f602f284d66b4b76661 + value: 57500d5456505f0b5d085f2714255944104f1d797d717e3278711f61b3e6626d flags: 0 UnityRemoteCompression: value: 337f73 diff --git a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt index 81c4f52..04c92ca 100644 --- a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt +++ b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt @@ -14,17 +14,17 @@ MonoBehaviour: m_EditorClassIdentifier: m_Children: - {fileID: 3} - - {fileID: 12} + - {fileID: 13} m_Position: serializedVersion: 2 x: 0 y: 30 - width: 1920 - height: 947 + width: 1366 + height: 635 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 63 + controlID: 6355 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -45,10 +45,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 + x: 260 y: 73 - width: 1184 - height: 456 + width: 697 + height: 364 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -59,7 +59,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 1184, y: 435} + m_TargetSize: {x: 697, y: 343} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -74,10 +74,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -592 - m_HBaseRangeMax: 592 - m_VBaseRangeMin: -217.5 - m_VBaseRangeMax: 217.5 + m_HBaseRangeMin: -348.5 + m_HBaseRangeMax: 348.5 + m_VBaseRangeMin: -171.5 + m_VBaseRangeMax: 171.5 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -95,23 +95,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1184 - height: 435 + width: 697 + height: 343 m_Scale: {x: 1, y: 1} - m_Translation: {x: 592, y: 217.5} + m_Translation: {x: 348.5, y: 171.5} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -592 - y: -217.5 - width: 1184 - height: 435 + x: -348.5 + y: -171.5 + width: 697 + height: 343 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 1184, y: 456} + m_LastWindowPixelSize: {x: 697, y: 364} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -136,12 +136,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 947 + width: 959 + height: 635 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 64 + controlID: 6356 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -161,12 +161,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 477 + width: 959 + height: 385 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 41 + controlID: 6357 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -184,8 +184,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 287 - height: 477 + width: 260 + height: 385 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 6} @@ -215,8 +215,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 286 - height: 456 + width: 259 + height: 364 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -226,7 +226,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 1afbffff + m_ExpandedIDs: f6baffff96bbffff5abfffff6abffffffef7ffff28fbffffcc7700000c780000147800003078000034780000c8780000ea780000187900001e7900002879000088c5000090c50000acc50000b0c5000044c6000066c6000094c600009ac60000a4c60000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -265,10 +265,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 287 + x: 260 y: 0 - width: 1186 - height: 477 + width: 699 + height: 385 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 2} @@ -297,10 +297,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 + x: 260 y: 73 - width: 1184 - height: 456 + width: 697 + height: 364 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -550,16 +550,16 @@ MonoBehaviour: m_WindowGUID: cc27987af1a868c49b0894db9c0f5429 m_Gizmos: 1 m_OverrideSceneCullingMask: 6917529027641081856 - m_SceneIsLit: 1 + m_SceneIsLit: 0 m_SceneLighting: 1 m_2DMode: 1 m_isRotationLocked: 0 m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484} + m_Target: {x: 109.13717, y: 53.656593, z: -0.3365027} speed: 2 - m_Value: {x: -4.5465274, y: -1.4268839, z: -0.07916484} + m_Value: {x: 109.13717, y: 53.656593, z: -0.3365027} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -610,9 +610,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 10.31249 + m_Target: 35.13277 speed: 2 - m_Value: 10.31249 + m_Value: 35.13277 m_Ortho: m_Target: 1 speed: 2 @@ -653,17 +653,18 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 477 - width: 1473 - height: 470 - m_MinSize: {x: 230, y: 250} - m_MaxSize: {x: 10000, y: 10000} + y: 385 + width: 959 + height: 250 + m_MinSize: {x: 231, y: 271} + m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 10} m_Panes: - {fileID: 10} - {fileID: 11} + - {fileID: 12} m_Selected: 0 - m_LastSelected: 0 + m_LastSelected: 2 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -685,9 +686,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 550 - width: 1472 - height: 449 + y: 458 + width: 958 + height: 229 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -705,22 +706,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets + - Assets/Scripts/menu m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 71 m_LastFolders: - - Assets + - Assets/Scripts/menu m_LastFoldersGridSize: 71 - m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource + m_LastProjectPath: C:\dev\find the source m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 54770000 - m_LastClickedID: 30548 - m_ExpandedIDs: 00000000547700005677000058770000 + m_SelectedIDs: 788e0000 + m_LastClickedID: 36472 + m_ExpandedIDs: 00000000507700007277000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -748,7 +749,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000547700005677000058770000 + m_ExpandedIDs: 000000005077000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -981,6 +982,34 @@ MonoBehaviour: m_ShowBusConnections: 0 m_ShowBusConnectionsOfSelection: 0 --- !u!114 &12 +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: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Console + m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 647 + width: 1472 + height: 352 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] +--- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -995,18 +1024,18 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1473 + x: 959 y: 0 - width: 447 - height: 947 + width: 407 + height: 635 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} - m_ActualView: {fileID: 13} + m_ActualView: {fileID: 14} m_Panes: - - {fileID: 13} + - {fileID: 14} m_Selected: 0 m_LastSelected: 0 ---- !u!114 &13 +--- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1026,10 +1055,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1473 + x: 959 y: 73 - width: 446 - height: 926 + width: 406 + height: 614 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index f530064..4315099 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -16,8 +16,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 43 - width: 1920 - height: 997 + width: 1366 + height: 685 m_ShowMode: 4 m_Title: Project m_RootView: {fileID: 2} @@ -44,8 +44,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1920 - height: 997 + width: 1366 + height: 685 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -69,7 +69,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1920 + width: 1366 height: 30 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -90,8 +90,8 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 977 - width: 1920 + y: 665 + width: 1366 height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -114,12 +114,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 1920 - height: 947 + width: 1366 + height: 635 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 75 + controlID: 111 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -139,12 +139,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 947 + width: 1048 + height: 635 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 76 + controlID: 64 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -164,12 +164,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 574 + width: 1048 + height: 385 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 51 + controlID: 41 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -187,8 +187,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 287 - height: 574 + width: 204 + height: 385 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 14} @@ -211,10 +211,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 287 + x: 204 y: 0 - width: 1186 - height: 574 + width: 844 + height: 385 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 13} @@ -239,9 +239,9 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 574 - width: 1473 - height: 373 + y: 385 + width: 1048 + height: 250 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 16} @@ -266,12 +266,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1473 + x: 1048 y: 0 - width: 447 - height: 947 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} + width: 318 + height: 635 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 18} m_Panes: - {fileID: 18} @@ -325,10 +325,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 + x: 204 y: 73 - width: 1184 - height: 553 + width: 842 + height: 364 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -339,7 +339,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 1184, y: 532} + m_TargetSize: {x: 842, y: 343} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -354,10 +354,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -592 - m_HBaseRangeMax: 592 - m_VBaseRangeMin: -266 - m_VBaseRangeMax: 266 + m_HBaseRangeMin: -421 + m_HBaseRangeMax: 421 + m_VBaseRangeMin: -171.5 + m_VBaseRangeMax: 171.5 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -375,23 +375,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1184 - height: 532 + width: 842 + height: 343 m_Scale: {x: 1, y: 1} - m_Translation: {x: 592, y: 266} + m_Translation: {x: 421, y: 171.5} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -592 - y: -266 - width: 1184 - height: 532 + x: -421 + y: -171.5 + width: 842 + height: 343 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 1184, y: 553} + m_LastWindowPixelSize: {x: 842, y: 364} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -419,8 +419,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 286 - height: 553 + width: 203 + height: 364 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -428,9 +428,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 78770000 + m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: f8e0ffff74e1ffff16e5ffff34e5ffff7ef1ffff00f2ffffa6f5ffffc8f5ffff28fbffff + m_ExpandedIDs: 28fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -734,7 +734,7 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484} + m_Target: {x: -4.2285957, y: 0.84585404, z: -0.0070748287} speed: 2 m_Value: {x: -4.5465274, y: -1.4268839, z: -0.07916484} m_RenderMode: 0 @@ -787,7 +787,7 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 10.31249 + m_Target: 12.215788 speed: 2 m_Value: 10.31249 m_Ortho: @@ -835,9 +835,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 647 - width: 1472 - height: 352 + y: 458 + width: 1047 + height: 229 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -855,22 +855,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scripts + - Assets m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 71 m_LastFolders: - - Assets/Scripts + - Assets m_LastFoldersGridSize: 71 - m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource + m_LastProjectPath: C:\dev\find the source m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 78770000 - m_LastClickedID: 30584 - m_ExpandedIDs: 00000000507700005277000054770000 + m_SelectedIDs: 50770000 + m_LastClickedID: 30544 + m_ExpandedIDs: 000000005077000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -898,7 +898,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000507700005277000054770000 + m_ExpandedIDs: 0000000050770000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -925,7 +925,7 @@ MonoBehaviour: m_ListAreaState: m_SelectedInstanceIDs: m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 1 + m_HadKeyboardFocusLastEvent: 0 m_ExpandedInstanceIDs: c62300000000000034ecffff m_RenameOverlay: m_UserAcceptedRename: 0 @@ -1150,10 +1150,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1473 + x: 1048 y: 73 - width: 446 - height: 926 + width: 317 + height: 614 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default