nyomozas bug fixed
This commit is contained in:
@@ -124,6 +124,7 @@ public class Akciok : MonoBehaviour
|
||||
|
||||
NyomozasOszlopCheck();
|
||||
|
||||
Debug.Log("----------------");
|
||||
for (int i = 0; i < nyomozasok.GetLength(0); i++) {
|
||||
string sor = "";
|
||||
for (int j = 0; j < nyomozasok.GetLength(1); j++) {
|
||||
@@ -131,16 +132,17 @@ public class Akciok : MonoBehaviour
|
||||
}
|
||||
Debug.Log(sor);
|
||||
}
|
||||
Debug.Log("----------------");
|
||||
}
|
||||
|
||||
private void NyomozasOszlopCheck() {
|
||||
int oszlop = movement.jelenlegi_x;
|
||||
int oszlop = movement.jelenlegi_x-1;
|
||||
int nyomozas_counter = 0;
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
if (nyomozasok[i, oszlop].Equals("nyomozott")) {
|
||||
nyomozas_counter++;
|
||||
Debug.Log(nyomozasok[i, oszlop]);
|
||||
//Debug.Log(nyomozasok[i, oszlop]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children:
|
||||
- {fileID: 3}
|
||||
- {fileID: 15}
|
||||
- {fileID: 13}
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
@@ -24,7 +24,7 @@ MonoBehaviour:
|
||||
m_MinSize: {x: 300, y: 200}
|
||||
m_MaxSize: {x: 24288, y: 16192}
|
||||
vertical: 0
|
||||
controlID: 287
|
||||
controlID: 855
|
||||
--- !u!114 &2
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -45,10 +45,10 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 227
|
||||
x: 234
|
||||
y: 73
|
||||
width: 786
|
||||
height: 358
|
||||
width: 812
|
||||
height: 401
|
||||
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: 786, y: 337}
|
||||
m_TargetSize: {x: 812, y: 380}
|
||||
m_TextureFilterMode: 0
|
||||
m_TextureHideFlags: 61
|
||||
m_RenderIMGUI: 1
|
||||
@@ -74,10 +74,10 @@ MonoBehaviour:
|
||||
m_VRangeLocked: 0
|
||||
hZoomLockedByDefault: 0
|
||||
vZoomLockedByDefault: 0
|
||||
m_HBaseRangeMin: -393
|
||||
m_HBaseRangeMax: 393
|
||||
m_VBaseRangeMin: -168.5
|
||||
m_VBaseRangeMax: 168.5
|
||||
m_HBaseRangeMin: -406
|
||||
m_HBaseRangeMax: 406
|
||||
m_VBaseRangeMin: -190
|
||||
m_VBaseRangeMax: 190
|
||||
m_HAllowExceedBaseRangeMin: 1
|
||||
m_HAllowExceedBaseRangeMax: 1
|
||||
m_VAllowExceedBaseRangeMin: 1
|
||||
@@ -95,23 +95,23 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 21
|
||||
width: 786
|
||||
height: 337
|
||||
width: 812
|
||||
height: 380
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Translation: {x: 393, y: 168.5}
|
||||
m_Translation: {x: 406, y: 190}
|
||||
m_MarginLeft: 0
|
||||
m_MarginRight: 0
|
||||
m_MarginTop: 0
|
||||
m_MarginBottom: 0
|
||||
m_LastShownAreaInsideMargins:
|
||||
serializedVersion: 2
|
||||
x: -393
|
||||
y: -168.5
|
||||
width: 786
|
||||
height: 337
|
||||
x: -406
|
||||
y: -190
|
||||
width: 812
|
||||
height: 380
|
||||
m_MinimalGUI: 1
|
||||
m_defaultScale: 1
|
||||
m_LastWindowPixelSize: {x: 786, y: 358}
|
||||
m_LastWindowPixelSize: {x: 812, y: 401}
|
||||
m_ClearInEditMode: 1
|
||||
m_NoCameraWarning: 1
|
||||
m_LowResolutionForAspectRatios: 01000000000000000000
|
||||
@@ -136,12 +136,12 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1015
|
||||
width: 1048
|
||||
height: 635
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 16192, y: 16192}
|
||||
vertical: 1
|
||||
controlID: 288
|
||||
controlID: 856
|
||||
--- !u!114 &4
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -161,12 +161,12 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1015
|
||||
height: 379
|
||||
width: 1048
|
||||
height: 422
|
||||
m_MinSize: {x: 200, y: 100}
|
||||
m_MaxSize: {x: 16192, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 229
|
||||
controlID: 830
|
||||
--- !u!114 &5
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -184,8 +184,8 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 227
|
||||
height: 379
|
||||
width: 234
|
||||
height: 422
|
||||
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: 226
|
||||
height: 358
|
||||
width: 233
|
||||
height: 401
|
||||
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: 20fbffff
|
||||
m_ExpandedIDs: f2e7ffff70e8ffff12ecffff30ecffff28fbffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -265,10 +265,10 @@ MonoBehaviour:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 227
|
||||
x: 234
|
||||
y: 0
|
||||
width: 788
|
||||
height: 379
|
||||
width: 814
|
||||
height: 422
|
||||
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: 318
|
||||
x: 234
|
||||
y: 73
|
||||
width: 1107
|
||||
height: 544
|
||||
width: 812
|
||||
height: 401
|
||||
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: -10.085628, y: 4.053946, z: 0.13898405}
|
||||
m_Target: {x: -5.1782165, y: -1.0652641, z: 0.09179648}
|
||||
speed: 2
|
||||
m_Value: {x: -10.085628, y: 4.053946, z: 0.13898405}
|
||||
m_Value: {x: -5.1782165, y: -1.0652641, z: 0.09179648}
|
||||
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: 6.8967133
|
||||
m_Target: 10.474212
|
||||
speed: 2
|
||||
m_Value: 6.8967133
|
||||
m_Value: 10.474212
|
||||
m_Ortho:
|
||||
m_Target: 1
|
||||
speed: 2
|
||||
@@ -638,31 +638,6 @@ MonoBehaviour:
|
||||
m_LastLockedObject: {fileID: 0}
|
||||
m_ViewIsLockedToObject: 0
|
||||
--- !u!114 &9
|
||||
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: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children:
|
||||
- {fileID: 10}
|
||||
- {fileID: 13}
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 379
|
||||
width: 1015
|
||||
height: 256
|
||||
m_MinSize: {x: 200, y: 100}
|
||||
m_MaxSize: {x: 16192, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 289
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -678,18 +653,19 @@ MonoBehaviour:
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 534
|
||||
height: 256
|
||||
m_MinSize: {x: 231, y: 271}
|
||||
m_MaxSize: {x: 10001, y: 10021}
|
||||
m_ActualView: {fileID: 11}
|
||||
y: 422
|
||||
width: 1048
|
||||
height: 213
|
||||
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: 0
|
||||
m_LastSelected: 1
|
||||
--- !u!114 &11
|
||||
m_LastSelected: 2
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -710,9 +686,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 452
|
||||
width: 533
|
||||
height: 235
|
||||
y: 495
|
||||
width: 1047
|
||||
height: 192
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -743,9 +719,9 @@ MonoBehaviour:
|
||||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs: 72770000
|
||||
m_LastClickedID: 30578
|
||||
m_ExpandedIDs: 000000004e77000000ca9a3bffffff7f
|
||||
m_SelectedIDs: f6840000
|
||||
m_LastClickedID: 34038
|
||||
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -761,7 +737,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}
|
||||
@@ -773,7 +749,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 000000004e77000000ca9a3bffffff7f
|
||||
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -798,9 +774,9 @@ MonoBehaviour:
|
||||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_ListAreaState:
|
||||
m_SelectedInstanceIDs: 4c280000
|
||||
m_LastClickedInstanceID: 10316
|
||||
m_HadKeyboardFocusLastEvent: 1
|
||||
m_SelectedInstanceIDs: 4a280000
|
||||
m_LastClickedInstanceID: 10314
|
||||
m_HadKeyboardFocusLastEvent: 0
|
||||
m_ExpandedInstanceIDs: c62300000000000034ecffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
@@ -817,7 +793,7 @@ MonoBehaviour:
|
||||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 1
|
||||
m_ClientGUIView: {fileID: 10}
|
||||
m_ClientGUIView: {fileID: 9}
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
m_InstanceID: 0
|
||||
@@ -829,7 +805,7 @@ MonoBehaviour:
|
||||
m_GridSize: 55
|
||||
m_SkipHiddenPackages: 0
|
||||
m_DirectoriesAreaWidth: 164
|
||||
--- !u!114 &12
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -850,9 +826,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 638
|
||||
width: 751
|
||||
height: 361
|
||||
y: 495
|
||||
width: 1047
|
||||
height: 192
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -877,7 +853,7 @@ MonoBehaviour:
|
||||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 0
|
||||
m_ClientGUIView: {fileID: 10}
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_SearchString:
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
@@ -976,12 +952,12 @@ MonoBehaviour:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_HorizontalSplitter:
|
||||
ID: 3048
|
||||
ID: 660
|
||||
splitterInitialOffset: 299
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 302
|
||||
- 449
|
||||
- 421
|
||||
- 626
|
||||
relativeSizes:
|
||||
- 0.40213048
|
||||
- 0.5978695
|
||||
@@ -991,7 +967,7 @@ MonoBehaviour:
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 751
|
||||
lastTotalSize: 1047
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
@@ -1005,33 +981,7 @@ MonoBehaviour:
|
||||
m_ShowReferencedBuses: 1
|
||||
m_ShowBusConnections: 0
|
||||
m_ShowBusConnectionsOfSelection: 0
|
||||
--- !u!114 &13
|
||||
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: ConsoleWindow
|
||||
m_EditorClassIdentifier:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 534
|
||||
y: 0
|
||||
width: 481
|
||||
height: 256
|
||||
m_MinSize: {x: 102, y: 121}
|
||||
m_MaxSize: {x: 4002, y: 4021}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &14
|
||||
--- !u!114 &12
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -1051,15 +1001,15 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 534
|
||||
y: 452
|
||||
width: 479
|
||||
height: 235
|
||||
x: 0
|
||||
y: 495
|
||||
width: 1047
|
||||
height: 192
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
m_SaveData: []
|
||||
--- !u!114 &15
|
||||
--- !u!114 &13
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -1074,18 +1024,18 @@ MonoBehaviour:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 1015
|
||||
x: 1048
|
||||
y: 0
|
||||
width: 351
|
||||
width: 318
|
||||
height: 635
|
||||
m_MinSize: {x: 275, y: 50}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 16}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_Panes:
|
||||
- {fileID: 16}
|
||||
- {fileID: 14}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &16
|
||||
--- !u!114 &14
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -1105,9 +1055,9 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 1015
|
||||
x: 1048
|
||||
y: 73
|
||||
width: 350
|
||||
width: 317
|
||||
height: 614
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
@@ -1119,7 +1069,7 @@ MonoBehaviour:
|
||||
m_CachedPref: 160
|
||||
m_ControlHash: -371814159
|
||||
m_PrefName: Preview_InspectorPreview
|
||||
m_LastInspectedObjectInstanceID: 10316
|
||||
m_LastInspectedObjectInstanceID: 10314
|
||||
m_LastVerticalScrollValue: 0
|
||||
m_GlobalObjectId:
|
||||
m_InspectorMode: 0
|
||||
|
||||
@@ -19,7 +19,7 @@ MonoBehaviour:
|
||||
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}
|
||||
@@ -119,7 +119,7 @@ MonoBehaviour:
|
||||
m_MinSize: {x: 300, y: 200}
|
||||
m_MaxSize: {x: 24288, y: 16192}
|
||||
vertical: 0
|
||||
controlID: 599
|
||||
controlID: 1008
|
||||
--- !u!114 &6
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -144,7 +144,7 @@ MonoBehaviour:
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 16192, y: 16192}
|
||||
vertical: 1
|
||||
controlID: 600
|
||||
controlID: 1081
|
||||
--- !u!114 &7
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -165,11 +165,11 @@ MonoBehaviour:
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1048
|
||||
height: 422
|
||||
height: 319
|
||||
m_MinSize: {x: 200, y: 100}
|
||||
m_MaxSize: {x: 16192, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 601
|
||||
controlID: 1082
|
||||
--- !u!114 &8
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -188,7 +188,7 @@ MonoBehaviour:
|
||||
x: 0
|
||||
y: 0
|
||||
width: 234
|
||||
height: 422
|
||||
height: 319
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 13}
|
||||
@@ -206,7 +206,7 @@ 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:
|
||||
@@ -214,15 +214,15 @@ MonoBehaviour:
|
||||
x: 234
|
||||
y: 0
|
||||
width: 814
|
||||
height: 422
|
||||
height: 319
|
||||
m_MinSize: {x: 202, y: 221}
|
||||
m_MaxSize: {x: 4002, y: 4021}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_ActualView: {fileID: 12}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
- {fileID: 12}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 1
|
||||
m_Selected: 1
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -233,24 +233,24 @@ 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: 422
|
||||
y: 319
|
||||
width: 1048
|
||||
height: 213
|
||||
m_MinSize: {x: 100, y: 100}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 17}
|
||||
height: 316
|
||||
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: 2
|
||||
m_LastSelected: 0
|
||||
m_Selected: 0
|
||||
m_LastSelected: 2
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -300,7 +300,7 @@ MonoBehaviour:
|
||||
x: 234
|
||||
y: 73
|
||||
width: 812
|
||||
height: 289
|
||||
height: 298
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -311,7 +311,7 @@ MonoBehaviour:
|
||||
m_ShowGizmos: 0
|
||||
m_TargetDisplay: 0
|
||||
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
|
||||
m_TargetSize: {x: 812, y: 268}
|
||||
m_TargetSize: {x: 812, y: 277}
|
||||
m_TextureFilterMode: 0
|
||||
m_TextureHideFlags: 61
|
||||
m_RenderIMGUI: 1
|
||||
@@ -328,8 +328,8 @@ MonoBehaviour:
|
||||
vZoomLockedByDefault: 0
|
||||
m_HBaseRangeMin: -406
|
||||
m_HBaseRangeMax: 406
|
||||
m_VBaseRangeMin: -134
|
||||
m_VBaseRangeMax: 134
|
||||
m_VBaseRangeMin: -138.5
|
||||
m_VBaseRangeMax: 138.5
|
||||
m_HAllowExceedBaseRangeMin: 1
|
||||
m_HAllowExceedBaseRangeMax: 1
|
||||
m_VAllowExceedBaseRangeMin: 1
|
||||
@@ -338,7 +338,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
|
||||
@@ -348,22 +348,22 @@ MonoBehaviour:
|
||||
x: 0
|
||||
y: 21
|
||||
width: 812
|
||||
height: 268
|
||||
m_Scale: {x: 1.1592739, y: 1.159274}
|
||||
m_Translation: {x: 448.68536, y: 129.369}
|
||||
height: 277
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Translation: {x: 406, y: 138.5}
|
||||
m_MarginLeft: 0
|
||||
m_MarginRight: 0
|
||||
m_MarginTop: 0
|
||||
m_MarginBottom: 0
|
||||
m_LastShownAreaInsideMargins:
|
||||
serializedVersion: 2
|
||||
x: -387.04
|
||||
y: -111.59485
|
||||
width: 700.4385
|
||||
height: 231.17917
|
||||
x: -406
|
||||
y: -138.5
|
||||
width: 812
|
||||
height: 277
|
||||
m_MinimalGUI: 1
|
||||
m_defaultScale: 1
|
||||
m_LastWindowPixelSize: {x: 812, y: 289}
|
||||
m_LastWindowPixelSize: {x: 812, y: 298}
|
||||
m_ClearInEditMode: 1
|
||||
m_NoCameraWarning: 1
|
||||
m_LowResolutionForAspectRatios: 01000000000000000000
|
||||
@@ -392,7 +392,7 @@ MonoBehaviour:
|
||||
x: 0
|
||||
y: 73
|
||||
width: 233
|
||||
height: 401
|
||||
height: 298
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -400,9 +400,9 @@ MonoBehaviour:
|
||||
m_SceneHierarchy:
|
||||
m_TreeViewState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_SelectedIDs: f6840000
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 20fbffffcc6c0000e26d0000826f00000a730000a273000000740000fa740000
|
||||
m_ExpandedIDs: f2e7ffff70e8ffff12ecffff30ecffff28fbffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -807,9 +807,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 398
|
||||
width: 1007
|
||||
height: 235
|
||||
y: 392
|
||||
width: 1047
|
||||
height: 295
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -840,9 +840,9 @@ MonoBehaviour:
|
||||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs: 72770000
|
||||
m_LastClickedID: 30578
|
||||
m_ExpandedIDs: 000000004e77000000ca9a3bffffff7f
|
||||
m_SelectedIDs: f6840000
|
||||
m_LastClickedID: 34038
|
||||
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -870,7 +870,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 000000004e77000000ca9a3bffffff7f
|
||||
m_ExpandedIDs: 000000004477000000ca9a3bffffff7f
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -895,9 +895,9 @@ MonoBehaviour:
|
||||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_ListAreaState:
|
||||
m_SelectedInstanceIDs: 4c280000
|
||||
m_LastClickedInstanceID: 10316
|
||||
m_HadKeyboardFocusLastEvent: 0
|
||||
m_SelectedInstanceIDs:
|
||||
m_LastClickedInstanceID: 0
|
||||
m_HadKeyboardFocusLastEvent: 1
|
||||
m_ExpandedInstanceIDs: c62300000000000034ecffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
@@ -947,9 +947,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 638
|
||||
width: 751
|
||||
height: 361
|
||||
y: 495
|
||||
width: 1047
|
||||
height: 192
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -974,7 +974,7 @@ MonoBehaviour:
|
||||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 0
|
||||
m_ClientGUIView: {fileID: 10}
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_SearchString:
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
@@ -1073,12 +1073,12 @@ MonoBehaviour:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_HorizontalSplitter:
|
||||
ID: 3048
|
||||
ID: 660
|
||||
splitterInitialOffset: 299
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 302
|
||||
- 449
|
||||
- 421
|
||||
- 626
|
||||
relativeSizes:
|
||||
- 0.40213048
|
||||
- 0.5978695
|
||||
@@ -1088,7 +1088,7 @@ MonoBehaviour:
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 751
|
||||
lastTotalSize: 1047
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
@@ -1123,9 +1123,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 495
|
||||
y: 392
|
||||
width: 1047
|
||||
height: 192
|
||||
height: 295
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
|
||||
Reference in New Issue
Block a user