Reworked main menu to be a bit more "modern"
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -24,8 +24,8 @@ namespace Assets.Scripts
|
|||||||
}
|
}
|
||||||
if (!hasSceneHandler)
|
if (!hasSceneHandler)
|
||||||
{
|
{
|
||||||
DontDestroyOnLoad(this.gameObject);
|
DontDestroyOnLoad(gameObject);
|
||||||
this.gameObject.name = "SceneHandlerLoaded";
|
gameObject.name = "SceneHandlerLoaded";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,29 +22,13 @@ namespace Assets.Scripts.Menu
|
|||||||
FileHandler.loadOptions(false);
|
FileHandler.loadOptions(false);
|
||||||
options.transform.localScale = new Vector3(0,0,0);
|
options.transform.localScale = new Vector3(0,0,0);
|
||||||
characterCreation.transform.localScale = new Vector3(0,0,0);
|
characterCreation.transform.localScale = new Vector3(0,0,0);
|
||||||
mainMenu.transform.localScale = new Vector3(1,1,1);
|
|
||||||
SteamWorksHandler.getStandardAchievement("StartAchievement");
|
SteamWorksHandler.getStandardAchievement("StartAchievement");
|
||||||
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void startGame(SceneHandler sceneHandler)
|
public void startGame(SceneHandler sceneHandler)
|
||||||
{
|
{
|
||||||
int cityAmount = 0;
|
int cityAmount = GameObject.Find("dropSize").GetComponent<Dropdown>().value * 5 + 5;
|
||||||
switch (GameObject.Find("dropSize").GetComponent<Dropdown>().value)
|
|
||||||
{
|
|
||||||
case 0:
|
|
||||||
cityAmount = 5;
|
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
cityAmount = 10;
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
cityAmount = 20;
|
|
||||||
break;
|
|
||||||
case 3:
|
|
||||||
cityAmount = 40;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
PlayerPrefs.SetInt("cityAmount", cityAmount);
|
PlayerPrefs.SetInt("cityAmount", cityAmount);
|
||||||
PlayerPrefs.SetInt("class", GameObject.Find("dropClass").GetComponent<Dropdown>().value);
|
PlayerPrefs.SetInt("class", GameObject.Find("dropClass").GetComponent<Dropdown>().value);
|
||||||
PlayerPrefs.SetInt("race", GameObject.Find("dropRace").GetComponent<Dropdown>().value);
|
PlayerPrefs.SetInt("race", GameObject.Find("dropRace").GetComponent<Dropdown>().value);
|
||||||
@@ -102,7 +86,6 @@ namespace Assets.Scripts.Menu
|
|||||||
{
|
{
|
||||||
options.transform.localScale = new Vector3(0,0,0);
|
options.transform.localScale = new Vector3(0,0,0);
|
||||||
characterCreation.transform.localScale = new Vector3(1,1,1);
|
characterCreation.transform.localScale = new Vector3(1,1,1);
|
||||||
mainMenu.transform.localScale = new Vector3(0,0,0);
|
|
||||||
EventSystem.current.SetSelectedGameObject(GameObject.Find("inName"));
|
EventSystem.current.SetSelectedGameObject(GameObject.Find("inName"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -110,7 +93,6 @@ namespace Assets.Scripts.Menu
|
|||||||
{
|
{
|
||||||
options.transform.localScale = new Vector3(0,0,0);
|
options.transform.localScale = new Vector3(0,0,0);
|
||||||
characterCreation.transform.localScale = new Vector3(0,0,0);
|
characterCreation.transform.localScale = new Vector3(0,0,0);
|
||||||
mainMenu.transform.localScale = new Vector3(1,1,1);
|
|
||||||
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,7 +100,6 @@ namespace Assets.Scripts.Menu
|
|||||||
{
|
{
|
||||||
options.transform.localScale = new Vector3(1,1,1);
|
options.transform.localScale = new Vector3(1,1,1);
|
||||||
characterCreation.transform.localScale = new Vector3(0,0,0);
|
characterCreation.transform.localScale = new Vector3(0,0,0);
|
||||||
mainMenu.transform.localScale = new Vector3(0,0,0);
|
|
||||||
FileHandler.loadOptionDisplay();
|
FileHandler.loadOptionDisplay();
|
||||||
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnAudio"));
|
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnAudio"));
|
||||||
showOptionView("audio");
|
showOptionView("audio");
|
||||||
@@ -128,7 +109,6 @@ namespace Assets.Scripts.Menu
|
|||||||
{
|
{
|
||||||
options.transform.localScale = new Vector3(0,0,0);
|
options.transform.localScale = new Vector3(0,0,0);
|
||||||
characterCreation.transform.localScale = new Vector3(0,0,0);
|
characterCreation.transform.localScale = new Vector3(0,0,0);
|
||||||
mainMenu.transform.localScale = new Vector3(1,1,1);
|
|
||||||
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
EventSystem.current.SetSelectedGameObject(GameObject.Find("btnStart"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,10 +18,10 @@ EditorUserSettings:
|
|||||||
value: 065551555651080c54570d2741715e1541154a79752925322f2c4965b7b0646d
|
value: 065551555651080c54570d2741715e1541154a79752925322f2c4965b7b0646d
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedSceneGuid-4:
|
RecentlyUsedSceneGuid-4:
|
||||||
value: 56060d5e5301505e0f5a5a2344200944154e4128792a2763297b4a30b2e2363a
|
value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedSceneGuid-5:
|
RecentlyUsedSceneGuid-5:
|
||||||
value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a
|
value: 56060d5e5301505e0f5a5a2344200944154e4128792a2763297b4a30b2e2363a
|
||||||
flags: 0
|
flags: 0
|
||||||
RecentlyUsedScenePath-0:
|
RecentlyUsedScenePath-0:
|
||||||
value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d
|
value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d
|
||||||
|
|||||||
@@ -1,30 +1,6 @@
|
|||||||
%YAML 1.1
|
%YAML 1.1
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
--- !u!114 &1
|
--- !u!114 &1
|
||||||
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: 12004, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier: UnityEditor.dll::UnityEditor.ContainerWindow
|
|
||||||
m_PixelRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 3840
|
|
||||||
y: 28
|
|
||||||
width: 1920
|
|
||||||
height: 1052
|
|
||||||
m_ShowMode: 0
|
|
||||||
m_Title: Game
|
|
||||||
m_RootView: {fileID: 4}
|
|
||||||
m_MinSize: {x: 100, y: 126}
|
|
||||||
m_MaxSize: {x: 4000, y: 4026}
|
|
||||||
m_Maximized: 0
|
|
||||||
--- !u!114 &2
|
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -38,68 +14,17 @@ MonoBehaviour:
|
|||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_PixelRect:
|
m_PixelRect:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1920
|
x: 0
|
||||||
y: 28
|
y: 28
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 971
|
height: 998
|
||||||
m_ShowMode: 4
|
m_ShowMode: 4
|
||||||
m_Title: Hierarchy
|
m_Title: Project
|
||||||
m_RootView: {fileID: 5}
|
m_RootView: {fileID: 2}
|
||||||
m_MinSize: {x: 875, y: 300}
|
m_MinSize: {x: 875, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
m_Maximized: 0
|
m_Maximized: 0
|
||||||
--- !u!114 &3
|
--- !u!114 &2
|
||||||
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: GameView
|
|
||||||
m_EditorClassIdentifier: UnityEditor.dll::UnityEditor.DockArea
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 1920
|
|
||||||
height: 1052
|
|
||||||
m_MinSize: {x: 100, y: 126}
|
|
||||||
m_MaxSize: {x: 4000, y: 4026}
|
|
||||||
m_ActualView: {fileID: 18}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 18}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &4
|
|
||||||
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: UnityEditor.dll::UnityEditor.SplitView
|
|
||||||
m_Children:
|
|
||||||
- {fileID: 3}
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 1920
|
|
||||||
height: 1052
|
|
||||||
m_MinSize: {x: 100, y: 126}
|
|
||||||
m_MaxSize: {x: 4000, y: 4026}
|
|
||||||
vertical: 0
|
|
||||||
controlID: 14
|
|
||||||
draggingID: 0
|
|
||||||
--- !u!114 &5
|
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -112,22 +37,22 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 6}
|
- {fileID: 3}
|
||||||
- {fileID: 8}
|
- {fileID: 5}
|
||||||
- {fileID: 7}
|
- {fileID: 4}
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 971
|
height: 998
|
||||||
m_MinSize: {x: 875, y: 300}
|
m_MinSize: {x: 875, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
m_UseTopView: 1
|
m_UseTopView: 1
|
||||||
m_TopViewHeight: 36
|
m_TopViewHeight: 36
|
||||||
m_UseBottomView: 1
|
m_UseBottomView: 1
|
||||||
m_BottomViewHeight: 20
|
m_BottomViewHeight: 20
|
||||||
--- !u!114 &6
|
--- !u!114 &3
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -149,7 +74,7 @@ MonoBehaviour:
|
|||||||
m_MinSize: {x: 0, y: 0}
|
m_MinSize: {x: 0, y: 0}
|
||||||
m_MaxSize: {x: 0, y: 0}
|
m_MaxSize: {x: 0, y: 0}
|
||||||
m_LastLoadedLayoutName:
|
m_LastLoadedLayoutName:
|
||||||
--- !u!114 &7
|
--- !u!114 &4
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -165,12 +90,12 @@ MonoBehaviour:
|
|||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 951
|
y: 978
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 20
|
height: 20
|
||||||
m_MinSize: {x: 0, y: 0}
|
m_MinSize: {x: 0, y: 0}
|
||||||
m_MaxSize: {x: 0, y: 0}
|
m_MaxSize: {x: 0, y: 0}
|
||||||
--- !u!114 &8
|
--- !u!114 &5
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -183,19 +108,19 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 9}
|
- {fileID: 6}
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 36
|
y: 36
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 915
|
height: 942
|
||||||
m_MinSize: {x: 300, y: 100}
|
m_MinSize: {x: 300, y: 100}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
controlID: 125
|
controlID: 115
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &9
|
--- !u!114 &6
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -208,20 +133,20 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 10}
|
- {fileID: 7}
|
||||||
- {fileID: 15}
|
- {fileID: 12}
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 915
|
height: 942
|
||||||
m_MinSize: {x: 300, y: 100}
|
m_MinSize: {x: 300, y: 100}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 126
|
controlID: 116
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &10
|
--- !u!114 &7
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -234,20 +159,20 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children:
|
m_Children:
|
||||||
|
- {fileID: 8}
|
||||||
- {fileID: 11}
|
- {fileID: 11}
|
||||||
- {fileID: 14}
|
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1454
|
width: 1585
|
||||||
height: 915
|
height: 942
|
||||||
m_MinSize: {x: 200, y: 100}
|
m_MinSize: {x: 200, y: 100}
|
||||||
m_MaxSize: {x: 16192, y: 16192}
|
m_MaxSize: {x: 16192, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
controlID: 64
|
controlID: 66
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &11
|
--- !u!114 &8
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -260,20 +185,20 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 12}
|
- {fileID: 9}
|
||||||
- {fileID: 13}
|
- {fileID: 10}
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1454
|
width: 1585
|
||||||
height: 626
|
height: 666
|
||||||
m_MinSize: {x: 200, y: 50}
|
m_MinSize: {x: 200, y: 50}
|
||||||
m_MaxSize: {x: 16192, y: 8096}
|
m_MaxSize: {x: 16192, y: 8096}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 65
|
controlID: 41
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &12
|
--- !u!114 &9
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -290,16 +215,16 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 359
|
width: 272
|
||||||
height: 626
|
height: 666
|
||||||
m_MinSize: {x: 201, y: 226}
|
m_MinSize: {x: 201, y: 226}
|
||||||
m_MaxSize: {x: 4001, y: 4026}
|
m_MaxSize: {x: 4001, y: 4026}
|
||||||
m_ActualView: {fileID: 17}
|
m_ActualView: {fileID: 14}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 17}
|
- {fileID: 14}
|
||||||
m_Selected: 0
|
m_Selected: 0
|
||||||
m_LastSelected: 0
|
m_LastSelected: 0
|
||||||
--- !u!114 &13
|
--- !u!114 &10
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -309,23 +234,24 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 1
|
m_EditorHideFlags: 1
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
m_Name: SceneView
|
m_Name: GameView
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 359
|
x: 272
|
||||||
y: 0
|
y: 0
|
||||||
width: 1095
|
width: 1313
|
||||||
height: 626
|
height: 666
|
||||||
m_MinSize: {x: 202, y: 226}
|
m_MinSize: {x: 102, y: 126}
|
||||||
m_MaxSize: {x: 4002, y: 4026}
|
m_MaxSize: {x: 4002, y: 4026}
|
||||||
m_ActualView: {fileID: 16}
|
m_ActualView: {fileID: 15}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 16}
|
- {fileID: 13}
|
||||||
m_Selected: 0
|
- {fileID: 15}
|
||||||
|
m_Selected: 1
|
||||||
m_LastSelected: 0
|
m_LastSelected: 0
|
||||||
--- !u!114 &14
|
--- !u!114 &11
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -341,18 +267,18 @@ MonoBehaviour:
|
|||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 626
|
y: 666
|
||||||
width: 1454
|
width: 1585
|
||||||
height: 289
|
height: 276
|
||||||
m_MinSize: {x: 231, y: 276}
|
m_MinSize: {x: 231, y: 276}
|
||||||
m_MaxSize: {x: 10001, y: 10026}
|
m_MaxSize: {x: 10001, y: 10026}
|
||||||
m_ActualView: {fileID: 19}
|
m_ActualView: {fileID: 16}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 19}
|
- {fileID: 16}
|
||||||
- {fileID: 20}
|
- {fileID: 17}
|
||||||
m_Selected: 0
|
m_Selected: 0
|
||||||
m_LastSelected: 1
|
m_LastSelected: 1
|
||||||
--- !u!114 &15
|
--- !u!114 &12
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -367,18 +293,18 @@ MonoBehaviour:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1454
|
x: 1585
|
||||||
y: 0
|
y: 0
|
||||||
width: 466
|
width: 335
|
||||||
height: 915
|
height: 942
|
||||||
m_MinSize: {x: 276, y: 76}
|
m_MinSize: {x: 276, y: 76}
|
||||||
m_MaxSize: {x: 4001, y: 4026}
|
m_MaxSize: {x: 4001, y: 4026}
|
||||||
m_ActualView: {fileID: 21}
|
m_ActualView: {fileID: 18}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 21}
|
- {fileID: 18}
|
||||||
m_Selected: 0
|
m_Selected: 0
|
||||||
m_LastSelected: 0
|
m_LastSelected: 0
|
||||||
--- !u!114 &16
|
--- !u!114 &13
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -399,10 +325,10 @@ MonoBehaviour:
|
|||||||
m_TextWithWhitespace: "Scene\u200B"
|
m_TextWithWhitespace: "Scene\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 360
|
x: 272
|
||||||
y: 24
|
y: 91
|
||||||
width: 1093
|
width: 1311
|
||||||
height: 600
|
height: 660
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -929,9 +855,9 @@ MonoBehaviour:
|
|||||||
m_AudioPlay: 0
|
m_AudioPlay: 0
|
||||||
m_DebugDrawModesUseInteractiveLightBakingData: 0
|
m_DebugDrawModesUseInteractiveLightBakingData: 0
|
||||||
m_Position:
|
m_Position:
|
||||||
m_Target: {x: 97.26449, y: 79.453186, z: -124.13573}
|
m_Target: {x: 956.78033, y: 695.2206, z: -952.8458}
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: {x: 97.26449, y: 79.453186, z: -124.13573}
|
m_Value: {x: 956.78033, y: 695.2206, z: -952.8458}
|
||||||
m_RenderMode: 0
|
m_RenderMode: 0
|
||||||
m_CameraMode:
|
m_CameraMode:
|
||||||
drawMode: 0
|
drawMode: 0
|
||||||
@@ -977,13 +903,13 @@ MonoBehaviour:
|
|||||||
m_GridAxis: 1
|
m_GridAxis: 1
|
||||||
m_gridOpacity: 0.5
|
m_gridOpacity: 0.5
|
||||||
m_Rotation:
|
m_Rotation:
|
||||||
m_Target: {x: -0.42115283, y: 0.37659967, z: -0.1979821, w: -0.8009632}
|
m_Target: {x: -0.07120285, y: -0.00030142665, z: 0.000060114395, w: -0.9974253}
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: {x: -0.4211528, y: 0.37659967, z: -0.1979821, w: -0.80096316}
|
m_Value: {x: -0.07120285, y: -0.00030142665, z: 0.0000601144, w: -0.9974254}
|
||||||
m_Size:
|
m_Size:
|
||||||
m_Target: 0.30661905
|
m_Target: 49.981224
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: 0.30661905
|
m_Value: 49.981224
|
||||||
m_Ortho:
|
m_Ortho:
|
||||||
m_Target: 0
|
m_Target: 0
|
||||||
speed: 2
|
speed: 2
|
||||||
@@ -1004,7 +930,7 @@ MonoBehaviour:
|
|||||||
m_LastSceneViewRotation: {x: -0.15849097, y: 0.83661556, z: -0.318175, w: -0.41673577}
|
m_LastSceneViewRotation: {x: -0.15849097, y: 0.83661556, z: -0.318175, w: -0.41673577}
|
||||||
m_LastSceneViewOrtho: 0
|
m_LastSceneViewOrtho: 0
|
||||||
m_Viewpoint:
|
m_Viewpoint:
|
||||||
m_SceneView: {fileID: 16}
|
m_SceneView: {fileID: 13}
|
||||||
m_CameraOverscanSettings:
|
m_CameraOverscanSettings:
|
||||||
m_Opacity: 50
|
m_Opacity: 50
|
||||||
m_Scale: 1
|
m_Scale: 1
|
||||||
@@ -1017,7 +943,7 @@ MonoBehaviour:
|
|||||||
name: Contributors / Receivers
|
name: Contributors / Receivers
|
||||||
section: Lighting
|
section: Lighting
|
||||||
m_ViewIsLockedToObject: 0
|
m_ViewIsLockedToObject: 0
|
||||||
--- !u!114 &17
|
--- !u!114 &14
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -1040,8 +966,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 24
|
y: 24
|
||||||
width: 358
|
width: 271
|
||||||
height: 600
|
height: 640
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1075,7 +1001,7 @@ MonoBehaviour:
|
|||||||
m_OriginalEventType: 11
|
m_OriginalEventType: 11
|
||||||
m_IsRenamingFilename: 0
|
m_IsRenamingFilename: 0
|
||||||
m_TrimLeadingAndTrailingWhitespace: 0
|
m_TrimLeadingAndTrailingWhitespace: 0
|
||||||
m_ClientGUIView: {fileID: 0}
|
m_ClientGUIView: {fileID: 9}
|
||||||
m_SearchString:
|
m_SearchString:
|
||||||
m_ExpandedScenes: []
|
m_ExpandedScenes: []
|
||||||
m_CurrenRootInstanceID: 0
|
m_CurrenRootInstanceID: 0
|
||||||
@@ -1083,7 +1009,7 @@ MonoBehaviour:
|
|||||||
m_IsLocked: 0
|
m_IsLocked: 0
|
||||||
m_CurrentSortingName: TransformSorting
|
m_CurrentSortingName: TransformSorting
|
||||||
m_WindowGUID: 6f1193b7c6ac3e64ca0e317b16d20212
|
m_WindowGUID: 6f1193b7c6ac3e64ca0e317b16d20212
|
||||||
--- !u!114 &18
|
--- !u!114 &15
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -1104,10 +1030,10 @@ MonoBehaviour:
|
|||||||
m_TextWithWhitespace: "Game\u200B"
|
m_TextWithWhitespace: "Game\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 273
|
||||||
y: 26
|
y: 24
|
||||||
width: 1920
|
width: 1311
|
||||||
height: 1026
|
height: 640
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1163,30 +1089,30 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 21
|
y: 21
|
||||||
width: 1920
|
width: 1311
|
||||||
height: 1005
|
height: 638
|
||||||
m_Scale: {x: 0.93055564, y: 0.9305556}
|
m_Scale: {x: 0.59074074, y: 0.59074074}
|
||||||
m_Translation: {x: 960, y: 502.5}
|
m_Translation: {x: 655.5, y: 319}
|
||||||
m_MarginLeft: 0
|
m_MarginLeft: 0
|
||||||
m_MarginRight: 0
|
m_MarginRight: 0
|
||||||
m_MarginTop: 0
|
m_MarginTop: 0
|
||||||
m_MarginBottom: 0
|
m_MarginBottom: 0
|
||||||
m_LastShownAreaInsideMargins:
|
m_LastShownAreaInsideMargins:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -1031.6417
|
x: -1109.6238
|
||||||
y: -540
|
y: -540
|
||||||
width: 2063.2834
|
width: 2219.2476
|
||||||
height: 1080
|
height: 1080
|
||||||
m_MinimalGUI: 1
|
m_MinimalGUI: 1
|
||||||
m_defaultScale: 0.9305556
|
m_defaultScale: 0.59074074
|
||||||
m_LastWindowPixelSize: {x: 1920, y: 1026}
|
m_LastWindowPixelSize: {x: 1311, y: 659}
|
||||||
m_ClearInEditMode: 1
|
m_ClearInEditMode: 1
|
||||||
m_NoCameraWarning: 1
|
m_NoCameraWarning: 1
|
||||||
m_LowResolutionForAspectRatios: 01000000000000000000
|
m_LowResolutionForAspectRatios: 01000000000000000000
|
||||||
m_XRRenderMode: 0
|
m_XRRenderMode: 0
|
||||||
m_RenderTexture: {fileID: 0}
|
m_RenderTexture: {fileID: 0}
|
||||||
m_showToolbar: 1
|
m_showToolbar: 1
|
||||||
--- !u!114 &19
|
--- !u!114 &16
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -1208,9 +1134,9 @@ MonoBehaviour:
|
|||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 650
|
y: 690
|
||||||
width: 1453
|
width: 1584
|
||||||
height: 263
|
height: 250
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1233,7 +1159,7 @@ MonoBehaviour:
|
|||||||
m_SkipHidden: 0
|
m_SkipHidden: 0
|
||||||
m_SearchArea: 1
|
m_SearchArea: 1
|
||||||
m_Folders:
|
m_Folders:
|
||||||
- Assets/Prefabs
|
- Assets/Scenes
|
||||||
m_Globs: []
|
m_Globs: []
|
||||||
m_ProductIds:
|
m_ProductIds:
|
||||||
m_AnyWithAssetOrigin: 0
|
m_AnyWithAssetOrigin: 0
|
||||||
@@ -1243,16 +1169,16 @@ MonoBehaviour:
|
|||||||
m_ViewMode: 1
|
m_ViewMode: 1
|
||||||
m_StartGridSize: 64
|
m_StartGridSize: 64
|
||||||
m_LastFolders:
|
m_LastFolders:
|
||||||
- Assets/Prefabs
|
- Assets/Scenes
|
||||||
m_LastFoldersGridSize: -1
|
m_LastFoldersGridSize: -1
|
||||||
m_LastProjectPath: /media/nicola/M2SSD/Programmieren/Unity/TalesOfNovariel
|
m_LastProjectPath: /media/nicola/M2SSD/Programmieren/Unity/TalesOfNovariel
|
||||||
m_LockTracker:
|
m_LockTracker:
|
||||||
m_IsLocked: 0
|
m_IsLocked: 0
|
||||||
m_FolderTreeState:
|
m_FolderTreeState:
|
||||||
scrollPos: {x: 0, y: 46}
|
scrollPos: {x: 0, y: 46}
|
||||||
m_SelectedIDs: 629c0000
|
m_SelectedIDs: ce930000
|
||||||
m_LastClickedID: 40034
|
m_LastClickedID: 37838
|
||||||
m_ExpandedIDs: 000000008a9b00008c9b00008e9b0000909b0000929b0000
|
m_ExpandedIDs: 00000000f0920000f2920000f4920000f6920000f8920000
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -1269,7 +1195,7 @@ MonoBehaviour:
|
|||||||
m_OriginalEventType: 11
|
m_OriginalEventType: 11
|
||||||
m_IsRenamingFilename: 1
|
m_IsRenamingFilename: 1
|
||||||
m_TrimLeadingAndTrailingWhitespace: 0
|
m_TrimLeadingAndTrailingWhitespace: 0
|
||||||
m_ClientGUIView: {fileID: 14}
|
m_ClientGUIView: {fileID: 11}
|
||||||
m_SearchString:
|
m_SearchString:
|
||||||
m_CreateAssetUtility:
|
m_CreateAssetUtility:
|
||||||
m_EndAction: {fileID: 0}
|
m_EndAction: {fileID: 0}
|
||||||
@@ -1281,7 +1207,7 @@ MonoBehaviour:
|
|||||||
scrollPos: {x: 0, y: 0}
|
scrollPos: {x: 0, y: 0}
|
||||||
m_SelectedIDs:
|
m_SelectedIDs:
|
||||||
m_LastClickedID: 0
|
m_LastClickedID: 0
|
||||||
m_ExpandedIDs: 000000008a9b00008c9b00008e9b0000909b0000929b0000
|
m_ExpandedIDs: 00000000f0920000f2920000f4920000f6920000f8920000
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -1327,7 +1253,7 @@ MonoBehaviour:
|
|||||||
m_OriginalEventType: 11
|
m_OriginalEventType: 11
|
||||||
m_IsRenamingFilename: 1
|
m_IsRenamingFilename: 1
|
||||||
m_TrimLeadingAndTrailingWhitespace: 0
|
m_TrimLeadingAndTrailingWhitespace: 0
|
||||||
m_ClientGUIView: {fileID: 14}
|
m_ClientGUIView: {fileID: 11}
|
||||||
m_CreateAssetUtility:
|
m_CreateAssetUtility:
|
||||||
m_EndAction: {fileID: 0}
|
m_EndAction: {fileID: 0}
|
||||||
m_InstanceID: 0
|
m_InstanceID: 0
|
||||||
@@ -1339,7 +1265,7 @@ MonoBehaviour:
|
|||||||
m_GridSize: 64
|
m_GridSize: 64
|
||||||
m_SkipHiddenPackages: 0
|
m_SkipHiddenPackages: 0
|
||||||
m_DirectoriesAreaWidth: 335
|
m_DirectoriesAreaWidth: 335
|
||||||
--- !u!114 &20
|
--- !u!114 &17
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -1360,10 +1286,10 @@ MonoBehaviour:
|
|||||||
m_TextWithWhitespace: "Console\u200B"
|
m_TextWithWhitespace: "Console\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1920
|
x: 0
|
||||||
y: 715
|
y: 777
|
||||||
width: 1455
|
width: 1584
|
||||||
height: 265
|
height: 257
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1375,7 +1301,7 @@ MonoBehaviour:
|
|||||||
m_SaveData: []
|
m_SaveData: []
|
||||||
m_ContainerData: []
|
m_ContainerData: []
|
||||||
m_OverlaysVisible: 1
|
m_OverlaysVisible: 1
|
||||||
--- !u!114 &21
|
--- !u!114 &18
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
@@ -1396,10 +1322,10 @@ MonoBehaviour:
|
|||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1455
|
x: 1586
|
||||||
y: 24
|
y: 24
|
||||||
width: 465
|
width: 334
|
||||||
height: 889
|
height: 916
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user