From 3749cc6ebb2fa2bcea4f093e1d4b5bc5320697be Mon Sep 17 00:00:00 2001 From: playmaker1210 Date: Tue, 6 Dec 2022 11:36:20 +0100 Subject: [PATCH] new movement --- Assets/Scenes/Jatek.unity | 22 +-- Assets/Scripts/movement.cs | 64 +++++---- .../Layouts/CurrentMaximizeLayout.dwlt | 130 ++++++++--------- UserSettings/Layouts/default-2021.dwlt | 134 +++++++++--------- 4 files changed, 183 insertions(+), 167 deletions(-) diff --git a/Assets/Scenes/Jatek.unity b/Assets/Scenes/Jatek.unity index 4ec4866..2f1fce2 100644 --- a/Assets/Scenes/Jatek.unity +++ b/Assets/Scenes/Jatek.unity @@ -239,7 +239,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -2277,7 +2277,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -4510,7 +4510,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -7319,7 +7319,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -9662,7 +9662,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -10233,7 +10233,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -16616,7 +16616,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -20855,7 +20855,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -27317,7 +27317,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -28630,7 +28630,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} @@ -32520,7 +32520,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1 + m_text: m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} diff --git a/Assets/Scripts/movement.cs b/Assets/Scripts/movement.cs index a17a7ab..ef52c03 100644 --- a/Assets/Scripts/movement.cs +++ b/Assets/Scripts/movement.cs @@ -645,11 +645,11 @@ public class movement : MonoBehaviour { if (eromulepes1.activeSelf == true & eromulepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { player.transform.position = oneone.transform.position; jelenlegi_x = 1; jelenlegi_y = 1; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; oneonecount = oneonecount + 1; Debug.Log(ap.akciopont); if (eromulepes1.activeSelf == true) { @@ -679,12 +679,16 @@ public class movement : MonoBehaviour { if (feketepiaclepes1.activeSelf == true & feketepiaclepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { + if (jelenlegi_x == 1 && jelenlegi_y == 2) + { + tavolsag = 2; + } if (twoonecount < 2) { player.transform.position = twoone.transform.position; jelenlegi_x = 2; jelenlegi_y = 1; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; twoonecount = twoonecount + 1; Debug.Log(ap.akciopont); if (feketepiaclepes1.activeSelf == true) { @@ -718,12 +722,12 @@ public class movement : MonoBehaviour { if (metrolepes1.activeSelf == true & metrolepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (threeonecount < 2) { player.transform.position = threeone.transform.position; jelenlegi_x = 3; jelenlegi_y = 1; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; threeonecount++; Debug.Log(ap.akciopont); if (metrolepes1.activeSelf == true) { @@ -757,12 +761,16 @@ public class movement : MonoBehaviour { if (szervereklepes1.activeSelf == true & szervereklepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { + if (jelenlegi_x == 2 && jelenlegi_y == 1) + { + tavolsag = 2; + } if (onetwocount < 2) { player.transform.position = onetwo.transform.position; jelenlegi_x = 1; jelenlegi_y = 2; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; onetwocount++; Debug.Log(ap.akciopont); if (szervereklepes1.activeSelf == true) { @@ -796,12 +804,12 @@ public class movement : MonoBehaviour { if (kingcasinolepes1.activeSelf == true & kingcasinolepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (twotwocount < 2) { player.transform.position = twotwo.transform.position; jelenlegi_x = 2; jelenlegi_y = 2; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); twotwocount++; if (kingcasinolepes1.activeSelf == true) { @@ -836,12 +844,16 @@ public class movement : MonoBehaviour { if (feltoltolepes1.activeSelf == true & feltoltolepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { + if (jelenlegi_x == 2 && jelenlegi_y == 3) + { + tavolsag = 2; + } if (threetwocount < 2) { player.transform.position = threetwo.transform.position; jelenlegi_x = 3; jelenlegi_y = 2; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); threetwocount++; if (feltoltolepes1.activeSelf == true) { @@ -876,12 +888,12 @@ public class movement : MonoBehaviour { if (kutatolaborlepes1.activeSelf == true & kutatolaborlepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (onethreecount < 2) { player.transform.position = onethree.transform.position; jelenlegi_x = 1; jelenlegi_y = 3; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); onethreecount++; if (kutatolaborlepes1.activeSelf == true) { @@ -916,12 +928,16 @@ public class movement : MonoBehaviour { if (kriptoklublepes1.activeSelf == true & kriptoklublepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { + if (jelenlegi_x == 3 && jelenlegi_y == 2) + { + tavolsag = 2; + } if (twothreecount < 2) { player.transform.position = twothree.transform.position; jelenlegi_x = 2; jelenlegi_y = 3; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); twothreecount++; if (kriptoklublepes1.activeSelf == true) { @@ -957,12 +973,12 @@ public class movement : MonoBehaviour { if (cyberplazalepes1.activeSelf == true & cyberplazalepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (threethreecount < 2) { player.transform.position = threethree.transform.position; jelenlegi_x = 3; jelenlegi_y = 3; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); threethreecount++; if (cyberplazalepes1.activeSelf == true) { @@ -997,12 +1013,12 @@ public class movement : MonoBehaviour { if (hadiuzemlepes1.activeSelf == true & hadiuzemlepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (onefourcount < 2) { player.transform.position = onefour.transform.position; jelenlegi_x = 1; jelenlegi_y = 4; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); onefourcount++; if (hadiuzemlepes1.activeSelf == true) { @@ -1037,12 +1053,12 @@ public class movement : MonoBehaviour { if (konyvtarlepes1.activeSelf == true & konyvtarlepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (twofourcount < 2) { player.transform.position = twofour.transform.position; jelenlegi_x = 2; jelenlegi_y = 4; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); twofourcount++; if (konyvtarlepes1.activeSelf == true) { @@ -1077,12 +1093,12 @@ public class movement : MonoBehaviour { if (korhazlepes1.activeSelf == true & korhazlepes2.activeSelf == true) { Debug.Log("Maximum kétszer léphetsz egy mezőre"); } else { - if (tavolsag == 1 && ap.akciopont != 0) { + if (tavolsag <= ap.akciopont && ap.akciopont > 0) { if (threefourcount < 2) { player.transform.position = threefour.transform.position; jelenlegi_x = 3; jelenlegi_y = 4; - ap.akciopont = ap.akciopont - 1; + ap.akciopont = ap.akciopont - tavolsag; Debug.Log(ap.akciopont); threefourcount++; if (korhazlepes1.activeSelf == true) { diff --git a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt index 483e751..e9001b1 100644 --- a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt +++ b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt @@ -19,12 +19,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: 1413 + controlID: 4928 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -45,10 +45,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 - y: 73 - width: 1184 - height: 456 + x: 205 + y: 19 + width: 842 + height: 299 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: 842, y: 278} 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: -421 + m_HBaseRangeMax: 421 + m_VBaseRangeMin: -139 + m_VBaseRangeMax: 139 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -86,7 +86,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 1 + m_EnableMouseInput: 0 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -95,23 +95,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1184 - height: 435 + width: 842 + height: 278 m_Scale: {x: 1, y: 1} - m_Translation: {x: 592, y: 217.5} + m_Translation: {x: 421, y: 139} 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: -421 + y: -139 + width: 842 + height: 278 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 1184, y: 456} + m_LastWindowPixelSize: {x: 842, y: 299} 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: 1048 + height: 635 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 1389 + controlID: 4906 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -161,12 +161,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 477 + width: 1048 + height: 320 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 1390 + controlID: 4907 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -184,8 +184,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 287 - height: 477 + width: 204 + height: 320 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 6} @@ -215,18 +215,18 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 286 - height: 456 + width: 203 + height: 299 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default m_SaveData: [] m_SceneHierarchy: m_TreeViewState: - scrollPos: {x: 0, y: 0} + scrollPos: {x: 0, y: 1578} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 1cfbffff + m_ExpandedIDs: 80c1fffffcc1ffff9ec5ffffbcc5ffff20fbffff02fe000036fe000076ff0000200301003c030100b0030100bc030100020401007804010092050100560601008c060100c6060100ce060100ea070100ee070100 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -265,10 +265,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 287 + x: 204 y: 0 - width: 1186 - height: 477 + width: 844 + height: 320 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: 204 y: 73 - width: 1184 - height: 456 + width: 842 + height: 299 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -557,9 +557,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -6.1338487, y: -1.6809508, z: -0.17043884} + m_Target: {x: 1.2482973, y: -5.416713, z: 0.06453486} speed: 2 - m_Value: {x: -6.1338487, y: -1.6809508, z: -0.17043884} + m_Value: {x: 1.2482973, y: -5.416713, z: 0.06453486} 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: 15.1576 + m_Target: 14.705635 speed: 2 - m_Value: 15.1576 + m_Value: 14.705635 m_Ortho: m_Target: 1 speed: 2 @@ -653,11 +653,11 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 477 - width: 1473 - height: 470 - m_MinSize: {x: 231, y: 271} - m_MaxSize: {x: 10001, y: 10021} + y: 320 + width: 1048 + height: 315 + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} m_ActualView: {fileID: 10} m_Panes: - {fileID: 10} @@ -685,9 +685,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 550 - width: 1472 - height: 449 + y: 393 + width: 1047 + height: 294 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -713,14 +713,14 @@ MonoBehaviour: m_LastFolders: - Assets/Scripts 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: 72770000 - m_LastClickedID: 30578 - m_ExpandedIDs: 000000004a7700004c7700004e770000 + m_SelectedIDs: 76770000 + m_LastClickedID: 30582 + m_ExpandedIDs: 000000004877000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -748,7 +748,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000004a7700004c7700004e770000 + m_ExpandedIDs: 000000004877000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -773,8 +773,8 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: 4e280000 - m_LastClickedInstanceID: 10318 + m_SelectedInstanceIDs: b0290000 + m_LastClickedInstanceID: 10672 m_HadKeyboardFocusLastEvent: 0 m_ExpandedInstanceIDs: c62300000000000034ecffff m_RenameOverlay: @@ -995,10 +995,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1473 + x: 1048 y: 0 - width: 447 - height: 947 + width: 318 + height: 635 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 13} @@ -1026,10 +1026,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 @@ -1040,7 +1040,7 @@ MonoBehaviour: m_CachedPref: 160 m_ControlHash: -371814159 m_PrefName: Preview_InspectorPreview - m_LastInspectedObjectInstanceID: 10318 + m_LastInspectedObjectInstanceID: 10672 m_LastVerticalScrollValue: 0 m_GlobalObjectId: m_InspectorMode: 0 diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index a11820c..b44856b 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -16,10 +16,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 43 - width: 1920 - height: 997 + width: 1366 + height: 685 m_ShowMode: 4 - m_Title: Hierarchy + m_Title: Project m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 421} m_MaxSize: {x: 10000, y: 10000} @@ -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: 1565 + controlID: 283 --- !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: 1566 + controlID: 222 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -164,12 +164,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1473 - height: 477 + width: 1048 + height: 320 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 1567 + controlID: 223 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -187,8 +187,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 287 - height: 477 + width: 204 + height: 320 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 13} @@ -211,10 +211,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 287 + x: 204 y: 0 - width: 1186 - height: 477 + width: 844 + height: 320 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 14} @@ -239,9 +239,9 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 477 - width: 1473 - height: 470 + y: 320 + width: 1048 + height: 315 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 15} @@ -265,10 +265,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1473 + x: 1048 y: 0 - width: 447 - height: 947 + width: 318 + height: 635 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 17} @@ -296,10 +296,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 - y: 73 - width: 1184 - height: 456 + x: 205 + y: 19 + width: 842 + height: 299 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -310,7 +310,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: 842, y: 278} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -325,10 +325,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: -421 + m_HBaseRangeMax: 421 + m_VBaseRangeMin: -139 + m_VBaseRangeMax: 139 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -337,7 +337,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 1 + m_EnableMouseInput: 0 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -346,23 +346,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1184 - height: 435 + width: 842 + height: 278 m_Scale: {x: 1, y: 1} - m_Translation: {x: 592, y: 217.5} + m_Translation: {x: 421, y: 139} 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: -421 + y: -139 + width: 842 + height: 278 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 1184, y: 456} + m_LastWindowPixelSize: {x: 842, y: 299} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -390,8 +390,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 286 - height: 456 + width: 203 + height: 299 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -401,7 +401,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 1cfbffff986b0000ce6c0000e46d0000846f00000c730000a473000002740000fc74000050750000 + m_ExpandedIDs: 1efbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -445,10 +445,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 287 + x: 204 y: 73 - width: 1184 - height: 456 + width: 842 + height: 299 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -705,9 +705,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484} + m_Target: {x: -6.77928, y: 1.6319876, z: 0.114865065} speed: 2 - m_Value: {x: -4.3973584, y: -1.0675228, z: -0.08402413} + m_Value: {x: -6.77928, y: 1.6319876, z: 0.114865065} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -758,9 +758,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 10.31249 + m_Target: 8.167332 speed: 2 - m_Value: 10.798419 + m_Value: 8.167332 m_Ortho: m_Target: 1 speed: 2 @@ -806,9 +806,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 550 - width: 1472 - height: 449 + y: 393 + width: 1047 + height: 294 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -834,14 +834,14 @@ MonoBehaviour: m_LastFolders: - Assets/Scripts 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: 72770000 - m_LastClickedID: 30578 - m_ExpandedIDs: 000000004a7700004c7700004e77000072770000 + m_SelectedIDs: 60770000 + m_LastClickedID: 30560 + m_ExpandedIDs: 000000004877000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -869,7 +869,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000004a7700004c7700004e770000 + m_ExpandedIDs: 000000004877000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1121,10 +1121,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