ugynok sorsolas mukodik
This commit is contained in:
@@ -18,6 +18,60 @@ public class Ugynok : MonoBehaviour
|
||||
public TMP_Text[] twofour;
|
||||
public TMP_Text[] threefour;
|
||||
|
||||
private void Start() {
|
||||
for (int i = 0; i < oneone.Length; i++)
|
||||
{
|
||||
oneone[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < onetwo.Length; i++)
|
||||
{
|
||||
onetwo[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < onethree.Length; i++)
|
||||
{
|
||||
onethree[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < onefour.Length; i++)
|
||||
{
|
||||
onefour[i].text = "";
|
||||
}
|
||||
|
||||
for (int i = 0; i < twoone.Length; i++)
|
||||
{
|
||||
twoone[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < twotwo.Length; i++)
|
||||
{
|
||||
twotwo[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < twothree.Length; i++)
|
||||
{
|
||||
twothree[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < twofour.Length; i++)
|
||||
{
|
||||
twofour[i].text = "";
|
||||
}
|
||||
|
||||
for (int i = 0; i < threeone.Length; i++)
|
||||
{
|
||||
threeone[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < threetwo.Length; i++)
|
||||
{
|
||||
threetwo[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < threethree.Length; i++)
|
||||
{
|
||||
threethree[i].text = "";
|
||||
}
|
||||
for (int i = 0; i < threefour.Length; i++)
|
||||
{
|
||||
threefour[i].text = "";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void UgynokSorsolas(int x, int y) {
|
||||
if (x == 1 && y == 1) {
|
||||
if (oneone[0].text.Equals("")) {
|
||||
|
||||
@@ -71,6 +71,7 @@ public class movement : MonoBehaviour {
|
||||
public GameObject korhazlepes2;
|
||||
|
||||
private Akciopont ap;
|
||||
private Ugynok ugynok;
|
||||
|
||||
private int oneonecount = 0;
|
||||
private int twoonecount = 0;
|
||||
@@ -104,6 +105,7 @@ public class movement : MonoBehaviour {
|
||||
|
||||
void Start() {
|
||||
ap = FindObjectOfType<Akciopont>();
|
||||
ugynok = FindObjectOfType<Ugynok>();
|
||||
|
||||
eromulepes1.SetActive(false);
|
||||
eromulepes2.SetActive(false);
|
||||
@@ -154,72 +156,84 @@ public class movement : MonoBehaviour {
|
||||
eromulepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 1;
|
||||
jelenlegi_y = 1;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 2) {
|
||||
player.transform.position = twoone.transform.position;
|
||||
feketepiaclepes1.SetActive(true);
|
||||
feketepiaclepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 2;
|
||||
jelenlegi_y = 1;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 3) {
|
||||
player.transform.position = threeone.transform.position;
|
||||
metrolepes1.SetActive(true);
|
||||
metrolepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 3;
|
||||
jelenlegi_y = 1;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 4) {
|
||||
player.transform.position = onetwo.transform.position;
|
||||
szervereklepes1.SetActive(true);
|
||||
szervereklepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 1;
|
||||
jelenlegi_y = 2;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 5) {
|
||||
player.transform.position = twotwo.transform.position;
|
||||
kingcasinolepes1.SetActive(true);
|
||||
kingcasinolepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 2;
|
||||
jelenlegi_y = 2;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 6) {
|
||||
player.transform.position = threetwo.transform.position;
|
||||
feltoltolepes1.SetActive(true);
|
||||
feltoltolepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 3;
|
||||
jelenlegi_y = 2;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 7) {
|
||||
player.transform.position = onethree.transform.position;
|
||||
kutatolaborlepes1.SetActive(true);
|
||||
kutatolaborlepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 1;
|
||||
jelenlegi_y = 3;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 8) {
|
||||
player.transform.position = twothree.transform.position;
|
||||
kriptoklublepes1.SetActive(true);
|
||||
kriptoklublepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 2;
|
||||
jelenlegi_y = 3;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 9) {
|
||||
player.transform.position = threethree.transform.position;
|
||||
cyberplazalepes1.SetActive(true);
|
||||
cyberplazalepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 3;
|
||||
jelenlegi_y = 3;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 10) {
|
||||
player.transform.position = onefour.transform.position;
|
||||
hadiuzemlepes1.SetActive(true);
|
||||
hadiuzemlepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 1;
|
||||
jelenlegi_y = 4;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 11) {
|
||||
player.transform.position = twofour.transform.position;
|
||||
konyvtarlepes1.SetActive(true);
|
||||
konyvtarlepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 2;
|
||||
jelenlegi_y = 4;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
} else if (random == 12) {
|
||||
player.transform.position = threefour.transform.position;
|
||||
korhazlepes1.SetActive(true);
|
||||
korhazlepes1.GetComponent<TMP_Text>().text = moveCounter.ToString();
|
||||
jelenlegi_x = 3;
|
||||
jelenlegi_y = 4;
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -652,6 +666,8 @@ public class movement : MonoBehaviour {
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
oneonecount = oneonecount + 1;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
if (eromulepes1.activeSelf == true) {
|
||||
eromulepes2.SetActive(true);
|
||||
moveCounter++;
|
||||
@@ -691,7 +707,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 1;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
twoonecount = twoonecount + 1;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log(ap.akciopont);Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
if (feketepiaclepes1.activeSelf == true) {
|
||||
feketepiaclepes2.SetActive(true);
|
||||
moveCounter++;
|
||||
@@ -731,7 +748,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 1;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
threeonecount++;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log(ap.akciopont);Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
if (metrolepes1.activeSelf == true) {
|
||||
metrolepes2.SetActive(true);
|
||||
moveCounter++;
|
||||
@@ -776,6 +794,8 @@ public class movement : MonoBehaviour {
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
onetwocount++;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
if (szervereklepes1.activeSelf == true) {
|
||||
szervereklepes2.SetActive(true);
|
||||
moveCounter++;
|
||||
@@ -815,6 +835,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 2;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
twotwocount++;
|
||||
if (kingcasinolepes1.activeSelf == true) {
|
||||
kingcasinolepes2.SetActive(true);
|
||||
@@ -860,6 +882,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 2;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
threetwocount++;
|
||||
if (feltoltolepes1.activeSelf == true) {
|
||||
feltoltolepes2.SetActive(true);
|
||||
@@ -901,6 +925,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 3;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
onethreecount++;
|
||||
if (kutatolaborlepes1.activeSelf == true) {
|
||||
kutatolaborlepes2.SetActive(true);
|
||||
@@ -946,6 +972,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 3;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
twothreecount++;
|
||||
if (kriptoklublepes1.activeSelf == true) {
|
||||
kriptoklublepes2.SetActive(true);
|
||||
@@ -988,6 +1016,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 3;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
threethreecount++;
|
||||
if (cyberplazalepes1.activeSelf == true) {
|
||||
cyberplazalepes2.SetActive(true);
|
||||
@@ -1029,6 +1059,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 4;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
onefourcount++;
|
||||
if (hadiuzemlepes1.activeSelf == true) {
|
||||
hadiuzemlepes2.SetActive(true);
|
||||
@@ -1070,6 +1102,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 4;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
twofourcount++;
|
||||
if (konyvtarlepes1.activeSelf == true) {
|
||||
konyvtarlepes2.SetActive(true);
|
||||
@@ -1111,6 +1145,8 @@ public class movement : MonoBehaviour {
|
||||
jelenlegi_y = 4;
|
||||
ap.akciopont = ap.akciopont - tavolsag;
|
||||
Debug.Log(ap.akciopont);
|
||||
Debug.Log("ugynok sorsolas");
|
||||
ugynok.UgynokSorsolas(jelenlegi_x, jelenlegi_y);
|
||||
threefourcount++;
|
||||
if (korhazlepes1.activeSelf == true) {
|
||||
korhazlepes2.SetActive(true);
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children:
|
||||
- {fileID: 3}
|
||||
- {fileID: 13}
|
||||
- {fileID: 12}
|
||||
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: 96
|
||||
controlID: 1074
|
||||
--- !u!114 &2
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -45,10 +45,10 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 306
|
||||
x: 268
|
||||
y: 73
|
||||
width: 1040
|
||||
height: 553
|
||||
width: 1152
|
||||
height: 534
|
||||
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: 1040, y: 532}
|
||||
m_TargetSize: {x: 1152, y: 513}
|
||||
m_TextureFilterMode: 0
|
||||
m_TextureHideFlags: 61
|
||||
m_RenderIMGUI: 1
|
||||
@@ -74,10 +74,10 @@ MonoBehaviour:
|
||||
m_VRangeLocked: 0
|
||||
hZoomLockedByDefault: 0
|
||||
vZoomLockedByDefault: 0
|
||||
m_HBaseRangeMin: -520
|
||||
m_HBaseRangeMax: 520
|
||||
m_VBaseRangeMin: -266
|
||||
m_VBaseRangeMax: 266
|
||||
m_HBaseRangeMin: -576
|
||||
m_HBaseRangeMax: 576
|
||||
m_VBaseRangeMin: -256.5
|
||||
m_VBaseRangeMax: 256.5
|
||||
m_HAllowExceedBaseRangeMin: 1
|
||||
m_HAllowExceedBaseRangeMax: 1
|
||||
m_VAllowExceedBaseRangeMin: 1
|
||||
@@ -95,23 +95,23 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 21
|
||||
width: 1040
|
||||
height: 532
|
||||
width: 1152
|
||||
height: 513
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Translation: {x: 520, y: 266}
|
||||
m_Translation: {x: 576, y: 256.5}
|
||||
m_MarginLeft: 0
|
||||
m_MarginRight: 0
|
||||
m_MarginTop: 0
|
||||
m_MarginBottom: 0
|
||||
m_LastShownAreaInsideMargins:
|
||||
serializedVersion: 2
|
||||
x: -520
|
||||
y: -266
|
||||
width: 1040
|
||||
height: 532
|
||||
x: -576
|
||||
y: -256.5
|
||||
width: 1152
|
||||
height: 513
|
||||
m_MinimalGUI: 1
|
||||
m_defaultScale: 1
|
||||
m_LastWindowPixelSize: {x: 1040, y: 553}
|
||||
m_LastWindowPixelSize: {x: 1152, y: 534}
|
||||
m_ClearInEditMode: 1
|
||||
m_NoCameraWarning: 1
|
||||
m_LowResolutionForAspectRatios: 01000000000000000000
|
||||
@@ -136,12 +136,12 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1348
|
||||
width: 1422
|
||||
height: 947
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 16192, y: 16192}
|
||||
vertical: 1
|
||||
controlID: 97
|
||||
controlID: 1075
|
||||
--- !u!114 &4
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -161,12 +161,12 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1348
|
||||
height: 574
|
||||
width: 1422
|
||||
height: 555
|
||||
m_MinSize: {x: 200, y: 100}
|
||||
m_MaxSize: {x: 16192, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 98
|
||||
controlID: 1076
|
||||
--- !u!114 &5
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -184,10 +184,10 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 306
|
||||
height: 574
|
||||
m_MinSize: {x: 201, y: 221}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
width: 268
|
||||
height: 555
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 6}
|
||||
m_Panes:
|
||||
- {fileID: 6}
|
||||
@@ -215,8 +215,8 @@ MonoBehaviour:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 73
|
||||
width: 305
|
||||
height: 553
|
||||
width: 267
|
||||
height: 534
|
||||
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: 2afbffff
|
||||
m_ExpandedIDs: e8f1ffff22fbffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -265,12 +265,12 @@ MonoBehaviour:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 306
|
||||
x: 268
|
||||
y: 0
|
||||
width: 1042
|
||||
height: 574
|
||||
m_MinSize: {x: 202, y: 221}
|
||||
m_MaxSize: {x: 4002, y: 4021}
|
||||
width: 1154
|
||||
height: 555
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 2}
|
||||
m_Panes:
|
||||
- {fileID: 8}
|
||||
@@ -297,10 +297,10 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 306
|
||||
x: 268
|
||||
y: 73
|
||||
width: 1040
|
||||
height: 553
|
||||
width: 1152
|
||||
height: 534
|
||||
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: -4.5465274, y: -1.4268839, z: -0.07916484}
|
||||
m_Target: {x: 2.9719262, y: -0.14416061, z: -0.024618205}
|
||||
speed: 2
|
||||
m_Value: {x: -4.5465274, y: -1.4268839, z: -0.07916484}
|
||||
m_Value: {x: 2.9719262, y: -0.14416061, z: -0.024618205}
|
||||
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: 12.46182
|
||||
speed: 2
|
||||
m_Value: 10.31249
|
||||
m_Value: 12.46182
|
||||
m_Ortho:
|
||||
m_Target: 1
|
||||
speed: 2
|
||||
@@ -653,18 +653,17 @@ MonoBehaviour:
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 574
|
||||
width: 1348
|
||||
height: 373
|
||||
y: 555
|
||||
width: 1422
|
||||
height: 392
|
||||
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: 2
|
||||
m_LastSelected: 1
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -686,9 +685,9 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 647
|
||||
width: 1347
|
||||
height: 352
|
||||
y: 628
|
||||
width: 1421
|
||||
height: 371
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
@@ -710,18 +709,18 @@ MonoBehaviour:
|
||||
m_Globs: []
|
||||
m_OriginalText:
|
||||
m_ViewMode: 1
|
||||
m_StartGridSize: 71
|
||||
m_StartGridSize: 88
|
||||
m_LastFolders:
|
||||
- Assets/Scripts
|
||||
m_LastFoldersGridSize: 71
|
||||
m_LastFoldersGridSize: 88
|
||||
m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource
|
||||
m_LockTracker:
|
||||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs: 74770000
|
||||
m_LastClickedID: 30580
|
||||
m_ExpandedIDs: 0000000056770000587700005a770000
|
||||
m_SelectedIDs: 88770000
|
||||
m_LastClickedID: 30600
|
||||
m_ExpandedIDs: 00000000647700006677000068770000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -749,7 +748,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 0000000056770000587700005a770000
|
||||
m_ExpandedIDs: 00000000647700006677000068770000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -774,10 +773,10 @@ MonoBehaviour:
|
||||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_ListAreaState:
|
||||
m_SelectedInstanceIDs: 98240000
|
||||
m_LastClickedInstanceID: 9368
|
||||
m_HadKeyboardFocusLastEvent: 1
|
||||
m_ExpandedInstanceIDs: c62300000000000034ecffff
|
||||
m_SelectedInstanceIDs: 226c0000
|
||||
m_LastClickedInstanceID: 27682
|
||||
m_HadKeyboardFocusLastEvent: 0
|
||||
m_ExpandedInstanceIDs: c623000000000000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@@ -802,9 +801,9 @@ MonoBehaviour:
|
||||
m_ResourceFile:
|
||||
m_NewAssetIndexInList: -1
|
||||
m_ScrollPosition: {x: 0, y: 0}
|
||||
m_GridSize: 71
|
||||
m_GridSize: 88
|
||||
m_SkipHiddenPackages: 0
|
||||
m_DirectoriesAreaWidth: 164
|
||||
m_DirectoriesAreaWidth: 193
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@@ -813,183 +812,7 @@ MonoBehaviour:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 12373, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_MinSize: {x: 100, y: 100}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_TitleContent:
|
||||
m_Text: Audio Mixer
|
||||
m_Image: {fileID: 2344599766593239149, guid: 0000000000000000d000000000000000, type: 0}
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 550
|
||||
width: 1472
|
||||
height: 449
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
m_SaveData: []
|
||||
m_MixersTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 30544
|
||||
m_ExpandedIDs: 12eb343c
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
m_OriginalName:
|
||||
m_EditFieldRect:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 0
|
||||
height: 0
|
||||
m_UserData: 0
|
||||
m_IsWaitingForDelay: 0
|
||||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 0
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_SearchString:
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
m_InstanceID: 0
|
||||
m_Path:
|
||||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_LayoutStripsOnTop:
|
||||
m_VerticalSplitter:
|
||||
ID: 0
|
||||
splitterInitialOffset: 0
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 65
|
||||
- 35
|
||||
relativeSizes:
|
||||
- 0.65
|
||||
- 0.35000002
|
||||
minSizes:
|
||||
- 85
|
||||
- 105
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 0
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
oldRealSizes:
|
||||
oldMinSizes:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_HorizontalSplitter:
|
||||
ID: 0
|
||||
splitterInitialOffset: 0
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 60
|
||||
- 60
|
||||
- 60
|
||||
- 60
|
||||
relativeSizes:
|
||||
- 0.25
|
||||
- 0.25
|
||||
- 0.25
|
||||
- 0.25
|
||||
minSizes:
|
||||
- 85
|
||||
- 85
|
||||
- 85
|
||||
- 85
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 0
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
oldRealSizes:
|
||||
oldMinSizes:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_LayoutStripsOnRight:
|
||||
m_VerticalSplitter:
|
||||
ID: 0
|
||||
splitterInitialOffset: 0
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 60
|
||||
- 60
|
||||
- 60
|
||||
- 60
|
||||
relativeSizes:
|
||||
- 0.25
|
||||
- 0.25
|
||||
- 0.25
|
||||
- 0.25
|
||||
minSizes:
|
||||
- 100
|
||||
- 85
|
||||
- 85
|
||||
- 85
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 0
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
oldRealSizes:
|
||||
oldMinSizes:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_HorizontalSplitter:
|
||||
ID: 115
|
||||
splitterInitialOffset: 299
|
||||
currentActiveSplitter: -1
|
||||
realSizes:
|
||||
- 592
|
||||
- 880
|
||||
relativeSizes:
|
||||
- 0.40213048
|
||||
- 0.5978695
|
||||
minSizes:
|
||||
- 160
|
||||
- 160
|
||||
maxSizes:
|
||||
- 0
|
||||
- 0
|
||||
lastTotalSize: 1472
|
||||
splitSize: 6
|
||||
xOffset: 0
|
||||
m_Version: 1
|
||||
oldRealSizes:
|
||||
oldMinSizes:
|
||||
oldMaxSizes:
|
||||
oldSplitSize: 0
|
||||
m_SectionOrder: 00000000030000000100000002000000
|
||||
m_LayoutMode: 1
|
||||
m_SortGroupsAlphabetically: 0
|
||||
m_ShowReferencedBuses: 1
|
||||
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_EditorHideFlags: 1
|
||||
m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
@@ -1002,14 +825,14 @@ MonoBehaviour:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 647
|
||||
width: 1347
|
||||
height: 352
|
||||
y: 564
|
||||
width: 1421
|
||||
height: 435
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
m_SaveData: []
|
||||
--- !u!114 &13
|
||||
--- !u!114 &12
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
@@ -1024,18 +847,18 @@ MonoBehaviour:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 1348
|
||||
x: 1422
|
||||
y: 0
|
||||
width: 572
|
||||
width: 498
|
||||
height: 947
|
||||
m_MinSize: {x: 276, y: 71}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_MinSize: {x: 275, y: 50}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
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,9 +878,9 @@ MonoBehaviour:
|
||||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 1348
|
||||
x: 1422
|
||||
y: 73
|
||||
width: 571
|
||||
width: 497
|
||||
height: 926
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
@@ -1069,7 +892,7 @@ MonoBehaviour:
|
||||
m_CachedPref: 160
|
||||
m_ControlHash: -371814159
|
||||
m_PrefName: Preview_InspectorPreview
|
||||
m_LastInspectedObjectInstanceID: 9368
|
||||
m_LastInspectedObjectInstanceID: 27682
|
||||
m_LastVerticalScrollValue: 0
|
||||
m_GlobalObjectId:
|
||||
m_InspectorMode: 0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user