nyomozas hack

This commit is contained in:
2022-12-05 15:21:52 +01:00
parent 826313535b
commit a2b7818011
4 changed files with 183 additions and 232 deletions

View File

@@ -11469,7 +11469,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}
@@ -18106,7 +18106,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}
@@ -28249,7 +28249,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}

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
using TMPro;
using System.Linq;
using System;
public class Akciok : MonoBehaviour
{
@@ -99,7 +100,7 @@ public class Akciok : MonoBehaviour
int atirandox = movement.jelenlegi_x - 1;
int atirandoy = movement.jelenlegi_y - 1;
if (nyomozasok[atirandox, atirandoy] == "nyomozott") {
if (nyomozasok[atirandoy, atirandox] == "nyomozott") {
Debug.Log("Itt mar nyomoztal");
return;
} else {
@@ -165,17 +166,25 @@ public class Akciok : MonoBehaviour
return;
}
//egy sorban lett e ketszer nyomozva
for (int i = 0; i < 3; i++) {
Debug.Log("Belep for");
if (nyomozasok[movement.jelenlegi_y, i] == "nyomozott") {
count++;
Debug.Log("count: " + count);
int i2 = 0;
try {
//egy sorban lett e ketszer nyomozva
for (int i = 0; i < 3; i++) {
//Debug.Log("Belep for");
if (nyomozasok[movement.jelenlegi_y-1, i] == "nyomozott") {
count++;
Debug.Log("count: " + count);
i2= i;
}
}
}catch(IndexOutOfRangeException e) {
Debug.Log("hiba volt");
Debug.Log("i: " + i2 + " y" + movement.jelenlegi_y);
}
//forras helyenek bejelolese
if(count >= 2 && !hackelt_sorok.Contains(movement.jelenlegi_y)){
if(count >= 2) { //&& !hackelt_sorok.Contains(movement.jelenlegi_y)
Debug.Log("belep");
if (movement.jelenlegi_y == 1){
elso_sor_text.text = "X";
@@ -204,8 +213,8 @@ public class Akciok : MonoBehaviour
}
}
}
ap.akciopont -= upgrade.hack[upgrade.getHackIndex()]; //ap koltseg levonasa
}
ap.akciopont -= upgrade.hack[upgrade.getHackIndex()]; //ap koltseg levonasa
}
}

View File

@@ -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: 570
controlID: 1413
--- !u!114 &2
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -45,10 +45,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
@@ -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: 278}
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: -139
m_VBaseRangeMax: 139
m_HBaseRangeMin: -592
m_HBaseRangeMax: 592
m_VBaseRangeMin: -217.5
m_VBaseRangeMax: 217.5
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -95,23 +95,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 842
height: 278
width: 1184
height: 435
m_Scale: {x: 1, y: 1}
m_Translation: {x: 421, y: 139}
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: -139
width: 842
height: 278
x: -592
y: -217.5
width: 1184
height: 435
m_MinimalGUI: 1
m_defaultScale: 1
m_LastWindowPixelSize: {x: 842, y: 299}
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: 571
controlID: 1389
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -161,12 +161,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 1048
height: 320
width: 1473
height: 477
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 548
controlID: 1390
--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -184,8 +184,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 204
height: 320
width: 287
height: 477
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: 203
height: 299
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: 00e4ffffe2eaffff28fbffff
m_ExpandedIDs: 1cfbffff
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: 320
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: 402
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: -6.77928, y: 1.6319876, z: 0.114865065}
m_Target: {x: -6.1338487, y: -1.6809508, z: -0.17043884}
speed: 2
m_Value: {x: -6.77928, y: 1.6319876, z: 0.114865065}
m_Value: {x: -6.1338487, y: -1.6809508, z: -0.17043884}
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: 8.167332
m_Target: 15.1576
speed: 2
m_Value: 8.167332
m_Value: 15.1576
m_Ortho:
m_Target: 1
speed: 2
@@ -653,18 +653,17 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
y: 320
width: 1048
height: 315
m_MinSize: {x: 230, y: 250}
m_MaxSize: {x: 10000, y: 10000}
y: 477
width: 1473
height: 470
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: 2
m_LastSelected: 0
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -686,9 +685,9 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 0
y: 393
width: 1047
height: 294
y: 550
width: 1472
height: 449
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -710,18 +709,18 @@ MonoBehaviour:
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 55
m_StartGridSize: 71
m_LastFolders:
- Assets/Scripts
m_LastFoldersGridSize: 55
m_LastProjectPath: C:\dev\find the source
m_LastFoldersGridSize: 71
m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 68770000
m_LastClickedID: 30568
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
m_SelectedIDs: 72770000
m_LastClickedID: 30578
m_ExpandedIDs: 000000004a7700004c7700004e770000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -749,7 +748,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
m_ExpandedIDs: 000000004a7700004c7700004e770000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -774,9 +773,9 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
m_SelectedInstanceIDs: ae290000
m_LastClickedInstanceID: 10670
m_HadKeyboardFocusLastEvent: 1
m_SelectedInstanceIDs: 4e280000
m_LastClickedInstanceID: 10318
m_HadKeyboardFocusLastEvent: 0
m_ExpandedInstanceIDs: c62300000000000034ecffff
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -802,7 +801,7 @@ MonoBehaviour:
m_ResourceFile:
m_NewAssetIndexInList: -1
m_ScrollPosition: {x: 0, y: 0}
m_GridSize: 55
m_GridSize: 71
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 164
--- !u!114 &11
@@ -826,9 +825,9 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 0
y: 495
width: 1047
height: 192
y: 550
width: 1472
height: 449
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -836,7 +835,7 @@ MonoBehaviour:
m_MixersTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: -5068
m_LastClickedID: 30544
m_ExpandedIDs: 12eb343c
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -952,12 +951,12 @@ MonoBehaviour:
oldMaxSizes:
oldSplitSize: 0
m_HorizontalSplitter:
ID: 660
ID: 115
splitterInitialOffset: 299
currentActiveSplitter: -1
realSizes:
- 421
- 626
- 592
- 880
relativeSizes:
- 0.40213048
- 0.5978695
@@ -967,7 +966,7 @@ MonoBehaviour:
maxSizes:
- 0
- 0
lastTotalSize: 1047
lastTotalSize: 1472
splitSize: 6
xOffset: 0
m_Version: 1
@@ -982,34 +981,6 @@ 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: 392
width: 1047
height: 295
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
m_SaveData: []
--- !u!114 &13
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
width: 447
height: 947
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 14}
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: 10670
m_LastInspectedObjectInstanceID: 10318
m_LastVerticalScrollValue: 0
m_GlobalObjectId:
m_InspectorMode: 0

View File

@@ -16,8 +16,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 43
width: 1366
height: 685
width: 1920
height: 997
m_ShowMode: 4
m_Title: Hierarchy
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: 1041
controlID: 1565
--- !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: 1042
controlID: 1566
--- !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: 477
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 1043
controlID: 1567
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -187,8 +187,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 204
height: 320
width: 287
height: 477
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 13}
@@ -206,23 +206,23 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: GameView
m_Name: SceneView
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 204
x: 287
y: 0
width: 844
height: 320
width: 1186
height: 477
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 12}
m_ActualView: {fileID: 14}
m_Panes:
- {fileID: 14}
- {fileID: 12}
m_Selected: 1
m_LastSelected: 0
m_Selected: 0
m_LastSelected: 1
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -239,18 +239,17 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
y: 320
width: 1048
height: 315
y: 477
width: 1473
height: 470
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
- {fileID: 16}
- {fileID: 17}
m_Selected: 0
m_LastSelected: 2
m_LastSelected: 0
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -266,15 +265,15 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 1048
x: 1473
y: 0
width: 318
height: 635
width: 447
height: 947
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 18}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 18}
- {fileID: 17}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &12
@@ -297,10 +296,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
@@ -311,7 +310,7 @@ 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: 435}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
@@ -326,10 +325,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: -217.5
m_VBaseRangeMax: 217.5
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -347,23 +346,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 842
height: 278
width: 1184
height: 435
m_Scale: {x: 1, y: 1}
m_Translation: {x: 421, y: 139}
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: -139
width: 842
height: 278
x: -592
y: -217.5
width: 1184
height: 435
m_MinimalGUI: 1
m_defaultScale: 1
m_LastWindowPixelSize: {x: 842, y: 299}
m_LastWindowPixelSize: {x: 1184, y: 456}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -391,8 +390,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 73
width: 203
height: 299
width: 286
height: 456
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -402,7 +401,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00e4ffffe2eaffff28fbffff
m_ExpandedIDs: 1cfbffff986b0000ce6c0000e46d0000846f00000c730000a473000002740000fc74000050750000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -446,10 +445,10 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 204
x: 287
y: 73
width: 842
height: 402
width: 1184
height: 456
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -706,9 +705,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -6.77928, y: 1.6319876, z: 0.114865065}
m_Target: {x: -4.5465274, y: -1.4268839, z: -0.07916484}
speed: 2
m_Value: {x: -6.77928, y: 1.6319876, z: 0.114865065}
m_Value: {x: -4.3973584, y: -1.0675228, z: -0.08402413}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -759,9 +758,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 8.167332
m_Target: 10.31249
speed: 2
m_Value: 8.167332
m_Value: 10.798419
m_Ortho:
m_Target: 1
speed: 2
@@ -807,9 +806,9 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 0
y: 393
width: 1047
height: 294
y: 550
width: 1472
height: 449
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -831,18 +830,18 @@ MonoBehaviour:
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 55
m_StartGridSize: 71
m_LastFolders:
- Assets/Scripts
m_LastFoldersGridSize: 55
m_LastProjectPath: C:\dev\find the source
m_LastFoldersGridSize: 71
m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 68770000
m_LastClickedID: 30568
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
m_SelectedIDs: 72770000
m_LastClickedID: 30578
m_ExpandedIDs: 000000004a7700004c7700004e77000072770000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -870,7 +869,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
m_ExpandedIDs: 000000004a7700004c7700004e770000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -897,7 +896,7 @@ MonoBehaviour:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 0
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c62300000000000034ecffff
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -923,7 +922,7 @@ MonoBehaviour:
m_ResourceFile:
m_NewAssetIndexInList: -1
m_ScrollPosition: {x: 0, y: 0}
m_GridSize: 55
m_GridSize: 71
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 164
--- !u!114 &16
@@ -947,9 +946,9 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 0
y: 495
width: 1047
height: 192
y: 550
width: 1472
height: 449
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
@@ -957,7 +956,7 @@ MonoBehaviour:
m_MixersTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: -5068
m_LastClickedID: 30544
m_ExpandedIDs: 12eb343c
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -1073,12 +1072,12 @@ MonoBehaviour:
oldMaxSizes:
oldSplitSize: 0
m_HorizontalSplitter:
ID: 660
ID: 115
splitterInitialOffset: 299
currentActiveSplitter: -1
realSizes:
- 421
- 626
- 592
- 880
relativeSizes:
- 0.40213048
- 0.5978695
@@ -1088,7 +1087,7 @@ MonoBehaviour:
maxSizes:
- 0
- 0
lastTotalSize: 1047
lastTotalSize: 1472
splitSize: 6
xOffset: 0
m_Version: 1
@@ -1103,34 +1102,6 @@ MonoBehaviour:
m_ShowBusConnections: 0
m_ShowBusConnectionsOfSelection: 0
--- !u!114 &17
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: 392
width: 1047
height: 295
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
m_SaveData: []
--- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1150,10 +1121,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