diff --git a/Assets/Scripts/Dice.cs b/Assets/Scripts/Dice.cs index 597d8d4..fe99186 100644 --- a/Assets/Scripts/Dice.cs +++ b/Assets/Scripts/Dice.cs @@ -62,7 +62,7 @@ public class Dice : MonoBehaviour { ap.UpdateAkciopont(getValasztottErtek() + upgrade.akcio[upgrade.getAkcioIndex()]); } - Debug.Log("valasztott ertek: " + valasztottErtek + "locked status: " + locked); + Debug.Log("valasztott ertek: " + valasztottErtek + " locked status: " + locked); } public int RollDice() { diff --git a/Assets/Scripts/Source.cs b/Assets/Scripts/Source.cs index cd66674..337e309 100644 --- a/Assets/Scripts/Source.cs +++ b/Assets/Scripts/Source.cs @@ -11,6 +11,8 @@ public class Source : MonoBehaviour private movement movement; public GameObject sourceSprite; + private bool oneTime = false; + private void Start() { movement = FindObjectOfType(); @@ -23,7 +25,10 @@ public class Source : MonoBehaviour private void Update() { if(isNyitva && oszlop != -1 && sor.Count == 1) { sourceRender(sor[0], oszlop); - printSourceLocation(); + if (!oneTime) { + printSourceLocation(); + oneTime = true; + } } } diff --git a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt index 6825838..81c4f52 100644 --- a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt +++ b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt @@ -14,17 +14,17 @@ MonoBehaviour: m_EditorClassIdentifier: m_Children: - {fileID: 3} - - {fileID: 13} + - {fileID: 12} m_Position: serializedVersion: 2 x: 0 y: 30 - width: 1366 - height: 635 + width: 1920 + height: 947 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 305 + controlID: 63 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -45,10 +45,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 205 - y: 19 - width: 842 - height: 342 + x: 287 + y: 73 + width: 1184 + height: 456 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: 842, y: 321} + m_TargetSize: {x: 1184, y: 435} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -74,10 +74,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -421 - m_HBaseRangeMax: 421 - m_VBaseRangeMin: -160.5 - m_VBaseRangeMax: 160.5 + m_HBaseRangeMin: -592 + m_HBaseRangeMax: 592 + m_VBaseRangeMin: -217.5 + m_VBaseRangeMax: 217.5 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: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -95,23 +95,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 842 - height: 321 + width: 1184 + height: 435 m_Scale: {x: 1, y: 1} - m_Translation: {x: 421, y: 160.5} + m_Translation: {x: 592, y: 217.5} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -421 - y: -160.5 - width: 842 - height: 321 + x: -592 + y: -217.5 + width: 1184 + height: 435 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 842, y: 342} + m_LastWindowPixelSize: {x: 1184, y: 456} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -136,12 +136,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1048 - height: 635 + width: 1473 + height: 947 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 306 + controlID: 64 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -161,12 +161,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1048 - height: 363 + width: 1473 + height: 477 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 267 + controlID: 41 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -184,10 +184,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 204 - height: 363 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + width: 287 + height: 477 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 6} m_Panes: - {fileID: 6} @@ -215,8 +215,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 203 - height: 342 + width: 286 + height: 456 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: acf2ffff4cf3ffffeef6ffff0cf7ffff28fbffff + m_ExpandedIDs: 1afbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -265,10 +265,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 204 + x: 287 y: 0 - width: 844 - height: 363 + width: 1186 + height: 477 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: 204 + x: 287 y: 73 - width: 842 - height: 342 + width: 1184 + height: 456 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: -16.487053, y: 0.2214305, z: 0.007133484} + m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484} speed: 2 - m_Value: {x: -16.487053, y: 0.2214305, z: 0.007133484} + m_Value: {x: -4.5465274, y: -1.4268839, z: -0.07916484} 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: 11.984197 + m_Target: 10.31249 speed: 2 - m_Value: 11.984197 + m_Value: 10.31249 m_Ortho: m_Target: 1 speed: 2 @@ -647,24 +647,23 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: ConsoleWindow + m_Name: ProjectBrowser m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 363 - width: 1048 - height: 272 - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 11} + y: 477 + width: 1473 + height: 470 + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_ActualView: {fileID: 10} m_Panes: - {fileID: 10} - {fileID: 11} - - {fileID: 12} - m_Selected: 1 - m_LastSelected: 2 + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -686,9 +685,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 436 - width: 1047 - height: 251 + y: 550 + width: 1472 + height: 449 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -706,22 +705,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 + m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 5a770000 - m_LastClickedID: 30554 - m_ExpandedIDs: 000000004277000000ca9a3bffffff7f + m_SelectedIDs: 54770000 + m_LastClickedID: 30548 + m_ExpandedIDs: 00000000547700005677000058770000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -749,7 +748,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000004277000000ca9a3bffffff7f + m_ExpandedIDs: 00000000547700005677000058770000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -774,9 +773,9 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: 4a280000 - m_LastClickedInstanceID: 10314 - m_HadKeyboardFocusLastEvent: 0 + m_SelectedInstanceIDs: + m_LastClickedInstanceID: 0 + m_HadKeyboardFocusLastEvent: 1 m_ExpandedInstanceIDs: c62300000000000034ecffff m_RenameOverlay: m_UserAcceptedRename: 0 @@ -806,34 +805,6 @@ MonoBehaviour: m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 164 --- !u!114 &11 -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: 436 - width: 1047 - height: 251 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] ---- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -854,9 +825,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 436 - width: 1047 - height: 251 + y: 550 + width: 1472 + height: 449 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -980,12 +951,12 @@ MonoBehaviour: oldMaxSizes: oldSplitSize: 0 m_HorizontalSplitter: - ID: 373 + ID: 115 splitterInitialOffset: 299 currentActiveSplitter: -1 realSizes: - - 421 - - 626 + - 592 + - 880 relativeSizes: - 0.40213048 - 0.5978695 @@ -995,7 +966,7 @@ MonoBehaviour: maxSizes: - 0 - 0 - lastTotalSize: 1047 + lastTotalSize: 1472 splitSize: 6 xOffset: 0 m_Version: 1 @@ -1009,7 +980,7 @@ MonoBehaviour: m_ShowReferencedBuses: 1 m_ShowBusConnections: 0 m_ShowBusConnectionsOfSelection: 0 ---- !u!114 &13 +--- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1024,18 +995,18 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1048 + x: 1473 y: 0 - width: 318 - height: 635 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 14} + width: 447 + height: 947 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 13} m_Panes: - - {fileID: 14} + - {fileID: 13} m_Selected: 0 m_LastSelected: 0 ---- !u!114 &14 +--- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1055,10 +1026,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1048 + x: 1473 y: 73 - width: 317 - height: 614 + width: 446 + height: 926 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1069,7 +1040,7 @@ MonoBehaviour: m_CachedPref: 160 m_ControlHash: -371814159 m_PrefName: Preview_InspectorPreview - m_LastInspectedObjectInstanceID: 10314 + m_LastInspectedObjectInstanceID: -1 m_LastVerticalScrollValue: 0 m_GlobalObjectId: m_InspectorMode: 0 diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index 0c1761c..f530064 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: 1366 - height: 685 + width: 1920 + height: 997 m_ShowMode: 4 m_Title: Project m_RootView: {fileID: 2} @@ -44,8 +44,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1366 - height: 685 + width: 1920 + height: 997 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: 1366 + width: 1920 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: 665 - width: 1366 + y: 977 + width: 1920 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: 1366 - height: 635 + width: 1920 + height: 947 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 5051 + controlID: 75 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -139,12 +139,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1048 - height: 635 + width: 1473 + height: 947 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 5129 + controlID: 76 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -164,12 +164,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1048 - height: 320 + width: 1473 + height: 574 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 5130 + controlID: 51 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -187,13 +187,13 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 204 - height: 320 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 13} + width: 287 + height: 574 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 14} m_Panes: - - {fileID: 13} + - {fileID: 14} m_Selected: 0 m_LastSelected: 0 --- !u!114 &9 @@ -206,23 +206,23 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: SceneView + m_Name: GameView m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 - x: 204 + x: 287 y: 0 - width: 844 - height: 320 + width: 1186 + height: 574 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 14} + m_ActualView: {fileID: 13} m_Panes: - - {fileID: 14} - - {fileID: 12} - m_Selected: 0 - m_LastSelected: 1 + - {fileID: 15} + - {fileID: 13} + m_Selected: 1 + m_LastSelected: 0 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -239,17 +239,18 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 320 - width: 1048 - height: 315 + y: 574 + width: 1473 + height: 373 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} - m_ActualView: {fileID: 15} + m_ActualView: {fileID: 16} m_Panes: - - {fileID: 15} - {fileID: 16} + - {fileID: 17} + - {fileID: 12} m_Selected: 0 - m_LastSelected: 0 + m_LastSelected: 2 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -265,18 +266,46 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1048 + x: 1473 y: 0 - width: 318 - height: 635 + width: 447 + height: 947 m_MinSize: {x: 275, y: 50} m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 17} + m_ActualView: {fileID: 18} m_Panes: - - {fileID: 17} + - {fileID: 18} m_Selected: 0 m_LastSelected: 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} @@ -296,10 +325,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 205 - y: 19 - width: 842 - height: 299 + x: 287 + y: 73 + width: 1184 + height: 553 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -310,11 +339,11 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 842, y: 278} + m_TargetSize: {x: 1184, y: 532} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 - m_EnterPlayModeBehavior: 1 + m_EnterPlayModeBehavior: 0 m_UseMipMap: 0 m_VSyncEnabled: 0 m_Gizmos: 0 @@ -325,10 +354,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -421 - m_HBaseRangeMax: 421 - m_VBaseRangeMin: -139 - m_VBaseRangeMax: 139 + m_HBaseRangeMin: -592 + m_HBaseRangeMax: 592 + m_VBaseRangeMin: -266 + m_VBaseRangeMax: 266 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -337,7 +366,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -346,29 +375,29 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 842 - height: 278 + width: 1184 + height: 532 m_Scale: {x: 1, y: 1} - m_Translation: {x: 421, y: 139} + m_Translation: {x: 592, y: 266} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -421 - y: -139 - width: 842 - height: 278 + x: -592 + y: -266 + width: 1184 + height: 532 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 842, y: 299} + m_LastWindowPixelSize: {x: 1184, y: 553} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 m_XRRenderMode: 0 m_RenderTexture: {fileID: 0} ---- !u!114 &13 +--- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -390,18 +419,18 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 203 - height: 299 + width: 286 + height: 553 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default m_SaveData: [] m_SceneHierarchy: m_TreeViewState: - scrollPos: {x: 0, y: 1578} - m_SelectedIDs: 48770000 + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 78770000 m_LastClickedID: 0 - m_ExpandedIDs: 80c1fffffcc1ffff9ec5ffffbcc5ffff20fbffff02fe000036fe000076ff0000200301003c030100b0030100bc030100020401007804010092050100560601008c060100c6060100ce060100ea070100ee070100 + m_ExpandedIDs: f8e0ffff74e1ffff16e5ffff34e5ffff7ef1ffff00f2ffffa6f5ffffc8f5ffff28fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -425,7 +454,7 @@ MonoBehaviour: m_IsLocked: 0 m_CurrentSortingName: TransformSorting m_WindowGUID: 4c969a2b90040154d917609493e03593 ---- !u!114 &14 +--- !u!114 &15 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -445,10 +474,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 204 + x: 287 y: 73 - width: 842 - height: 299 + width: 1184 + height: 456 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -705,9 +734,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 1.2482973, y: -5.416713, z: 0.06453486} + m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484} speed: 2 - m_Value: {x: 1.2482973, y: -5.416713, z: 0.06453486} + m_Value: {x: -4.5465274, y: -1.4268839, z: -0.07916484} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -758,9 +787,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 14.705635 + m_Target: 10.31249 speed: 2 - m_Value: 14.705635 + m_Value: 10.31249 m_Ortho: m_Target: 1 speed: 2 @@ -785,7 +814,7 @@ MonoBehaviour: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &15 +--- !u!114 &16 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -806,9 +835,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 393 - width: 1047 - height: 294 + y: 647 + width: 1472 + height: 352 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -826,22 +855,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets + - Assets/Scripts m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 71 m_LastFolders: - - Assets + - Assets/Scripts m_LastFoldersGridSize: 71 - m_LastProjectPath: C:\dev\find the source + m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 48770000 - m_LastClickedID: 30536 - m_ExpandedIDs: 000000004877000000ca9a3bffffff7f + m_SelectedIDs: 78770000 + m_LastClickedID: 30584 + m_ExpandedIDs: 00000000507700005277000054770000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -869,7 +898,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000004877000000ca9a3bffffff7f + m_ExpandedIDs: 00000000507700005277000054770000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -925,7 +954,7 @@ MonoBehaviour: m_GridSize: 71 m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 164 ---- !u!114 &16 +--- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1101,7 +1130,7 @@ MonoBehaviour: m_ShowReferencedBuses: 1 m_ShowBusConnections: 0 m_ShowBusConnectionsOfSelection: 0 ---- !u!114 &17 +--- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1121,10 +1150,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1048 + x: 1473 y: 73 - width: 317 - height: 614 + width: 446 + height: 926 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default