演示BUG
This commit is contained in:
parent
5ea6792003
commit
b73f6d51a2
|
|
@ -55,7 +55,7 @@ Transform:
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 960387145967871156}
|
m_GameObject: {fileID: 960387145967871156}
|
||||||
m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
|
m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||||
m_LocalPosition: {x: 0, y: 0.133, z: 1.746}
|
m_LocalPosition: {x: 0, y: 1.713, z: 0}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_ConstrainProportionsScale: 0
|
m_ConstrainProportionsScale: 0
|
||||||
m_Children: []
|
m_Children: []
|
||||||
|
|
@ -153,7 +153,7 @@ Transform:
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 5495461739195588011}
|
m_GameObject: {fileID: 5495461739195588011}
|
||||||
m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
|
m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||||
m_LocalPosition: {x: 0, y: 0.133, z: 1.726}
|
m_LocalPosition: {x: 0, y: 1.562, z: 0}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_ConstrainProportionsScale: 0
|
m_ConstrainProportionsScale: 0
|
||||||
m_Children: []
|
m_Children: []
|
||||||
|
|
@ -530,7 +530,7 @@ MonoBehaviour:
|
||||||
seeThroughTexture: {fileID: 0}
|
seeThroughTexture: {fileID: 0}
|
||||||
seeThroughTextureUVSpace: 0
|
seeThroughTextureUVSpace: 0
|
||||||
seeThroughTextureScale: 1
|
seeThroughTextureScale: 1
|
||||||
rmsCount: 0
|
rmsCount: 1
|
||||||
hitFxInitialIntensity: 0
|
hitFxInitialIntensity: 0
|
||||||
hitFxMode: 0
|
hitFxMode: 0
|
||||||
hitFxFadeOutDuration: 0.25
|
hitFxFadeOutDuration: 0.25
|
||||||
|
|
@ -707,7 +707,7 @@ MonoBehaviour:
|
||||||
seeThroughTexture: {fileID: 0}
|
seeThroughTexture: {fileID: 0}
|
||||||
seeThroughTextureUVSpace: 0
|
seeThroughTextureUVSpace: 0
|
||||||
seeThroughTextureScale: 1
|
seeThroughTextureScale: 1
|
||||||
rmsCount: 0
|
rmsCount: 1
|
||||||
hitFxInitialIntensity: 0
|
hitFxInitialIntensity: 0
|
||||||
hitFxMode: 0
|
hitFxMode: 0
|
||||||
hitFxFadeOutDuration: 0.25
|
hitFxFadeOutDuration: 0.25
|
||||||
|
|
@ -1081,7 +1081,7 @@ MonoBehaviour:
|
||||||
seeThroughTexture: {fileID: 0}
|
seeThroughTexture: {fileID: 0}
|
||||||
seeThroughTextureUVSpace: 0
|
seeThroughTextureUVSpace: 0
|
||||||
seeThroughTextureScale: 1
|
seeThroughTextureScale: 1
|
||||||
rmsCount: 0
|
rmsCount: 1
|
||||||
hitFxInitialIntensity: 0
|
hitFxInitialIntensity: 0
|
||||||
hitFxMode: 0
|
hitFxMode: 0
|
||||||
hitFxFadeOutDuration: 0.25
|
hitFxFadeOutDuration: 0.25
|
||||||
|
|
@ -1258,7 +1258,7 @@ MonoBehaviour:
|
||||||
seeThroughTexture: {fileID: 0}
|
seeThroughTexture: {fileID: 0}
|
||||||
seeThroughTextureUVSpace: 0
|
seeThroughTextureUVSpace: 0
|
||||||
seeThroughTextureScale: 1
|
seeThroughTextureScale: 1
|
||||||
rmsCount: 0
|
rmsCount: 1
|
||||||
hitFxInitialIntensity: 0
|
hitFxInitialIntensity: 0
|
||||||
hitFxMode: 0
|
hitFxMode: 0
|
||||||
hitFxFadeOutDuration: 0.25
|
hitFxFadeOutDuration: 0.25
|
||||||
|
|
|
||||||
|
|
@ -93,8 +93,8 @@ MonoBehaviour:
|
||||||
m_faceColor:
|
m_faceColor:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
rgba: 4294967295
|
rgba: 4294967295
|
||||||
m_fontSize: 22
|
m_fontSize: 28
|
||||||
m_fontSizeBase: 22
|
m_fontSizeBase: 28
|
||||||
m_fontWeight: 400
|
m_fontWeight: 400
|
||||||
m_enableAutoSizing: 0
|
m_enableAutoSizing: 0
|
||||||
m_fontSizeMin: 10
|
m_fontSizeMin: 10
|
||||||
|
|
|
||||||
|
|
@ -84,15 +84,15 @@ public class UI_GraphicRextualPanel : BasePanel
|
||||||
switch (btnName)
|
switch (btnName)
|
||||||
{
|
{
|
||||||
case "returnBtn":
|
case "returnBtn":
|
||||||
GameManager.UIMgr.ShowPanel<UI_MenuBar>(E_UI_Layer.Mid, panel => { panel.Init(); });
|
//GameManager.UIMgr.ShowPanel<UI_MenuBar>(E_UI_Layer.Mid, panel => { panel.Init(); });
|
||||||
GameManager.UIMgr.ShowPanel<UI_GrowthPeriodPanel>(E_UI_Layer.Mid, (panel) => { panel.Init(); });
|
//GameManager.UIMgr.ShowPanel<UI_GrowthPeriodPanel>(E_UI_Layer.Mid, (panel) => { panel.Init(); });
|
||||||
GameManager.UIMgr.ShowPanel<UI_TaskListPanel>(E_UI_Layer.Top, panel =>
|
//GameManager.UIMgr.ShowPanel<UI_TaskListPanel>(E_UI_Layer.Top, panel =>
|
||||||
{
|
//{
|
||||||
panel.Init
|
// panel.Init
|
||||||
(
|
// (
|
||||||
GameManager.ProcessMgr.subProcessId
|
// GameManager.ProcessMgr.subProcessId
|
||||||
);
|
// );
|
||||||
});
|
//});
|
||||||
GameManager.UIMgr.HidePanel<UI_GraphicRextualPanel>();
|
GameManager.UIMgr.HidePanel<UI_GraphicRextualPanel>();
|
||||||
GameManager.UIMgr.HidePanel<UI_BGPanel>();
|
GameManager.UIMgr.HidePanel<UI_BGPanel>();
|
||||||
GameObject SplitCamera = GameObject.Find("SplitCamera");
|
GameObject SplitCamera = GameObject.Find("SplitCamera");
|
||||||
|
|
|
||||||
|
|
@ -67,15 +67,15 @@ public class UI_PlantComparisonPanel : BasePanel
|
||||||
switch (btnName)
|
switch (btnName)
|
||||||
{
|
{
|
||||||
case "returnBtn":
|
case "returnBtn":
|
||||||
GameManager.UIMgr.ShowPanel<UI_MenuBar>(E_UI_Layer.Mid, panel => { panel.Init(); });
|
//GameManager.UIMgr.ShowPanel<UI_MenuBar>(E_UI_Layer.Mid, panel => { panel.Init(); });
|
||||||
GameManager.UIMgr.ShowPanel<UI_GrowthPeriodPanel>(E_UI_Layer.Mid, (panel) => { panel.Init(); });
|
//GameManager.UIMgr.ShowPanel<UI_GrowthPeriodPanel>(E_UI_Layer.Mid, (panel) => { panel.Init(); });
|
||||||
GameManager.UIMgr.ShowPanel<UI_TaskListPanel>(E_UI_Layer.Top, panel =>
|
//GameManager.UIMgr.ShowPanel<UI_TaskListPanel>(E_UI_Layer.Top, panel =>
|
||||||
{
|
//{
|
||||||
panel.Init
|
// panel.Init
|
||||||
(
|
// (
|
||||||
GameManager.ProcessMgr.subProcessId
|
// GameManager.ProcessMgr.subProcessId
|
||||||
);
|
// );
|
||||||
});
|
//});
|
||||||
|
|
||||||
GameManager.UIMgr.HidePanel<UI_PlantComparisonPanel>();
|
GameManager.UIMgr.HidePanel<UI_PlantComparisonPanel>();
|
||||||
GameManager.UIMgr.HidePanel<UI_BGPanel>();
|
GameManager.UIMgr.HidePanel<UI_BGPanel>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue