diff --git a/Assets/Resources/ModalView/ContentModalView.prefab b/Assets/Resources/ModalView/ContentModalView.prefab index b9f10daf..2053dfcf 100644 --- a/Assets/Resources/ModalView/ContentModalView.prefab +++ b/Assets/Resources/ModalView/ContentModalView.prefab @@ -165,7 +165,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: c305113e4faae5347aea4625270920e3, type: 3} + m_Sprite: {fileID: 21300000, guid: c5fef1f1db345354485452ed5bd85fed, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -252,7 +252,7 @@ RectTransform: m_Father: {fileID: 5691476822699842090} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 20, y: 20} m_Pivot: {x: 0.5, y: 0.5} @@ -356,7 +356,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &8567222148724419397 RectTransform: m_ObjectHideFlags: 0 @@ -1230,7 +1230,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: -8} m_SizeDelta: {x: -48, y: 30} m_Pivot: {x: 0.5, y: 1} --- !u!222 &377624101796843030 diff --git a/Assets/Resources/UI/Prefabs/ChunilENG/PlaybackListItem.prefab b/Assets/Resources/UI/Prefabs/ChunilENG/PlaybackListItem.prefab index 6650eb95..04e97c52 100644 --- a/Assets/Resources/UI/Prefabs/ChunilENG/PlaybackListItem.prefab +++ b/Assets/Resources/UI/Prefabs/ChunilENG/PlaybackListItem.prefab @@ -106,8 +106,8 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 2679388760478739845} - {fileID: 2443956260687907843} + - {fileID: 2679388760478739845} - {fileID: 2107494985582026276} - {fileID: 8132878302359624061} - {fileID: 2135297024203929113} diff --git a/Assets/Scripts/ChunilENG/UI/TopMenuPanel.cs b/Assets/Scripts/ChunilENG/UI/TopMenuPanel.cs index ade8fd0a..c7d14f01 100644 --- a/Assets/Scripts/ChunilENG/UI/TopMenuPanel.cs +++ b/Assets/Scripts/ChunilENG/UI/TopMenuPanel.cs @@ -112,7 +112,7 @@ namespace ChunilENG ModalContent mouseInfo = new("ModalView/SettingModalView") { Title = "마우스 옵션", - ImagePath = "Sample/img_sample_mousesetting.png", + ImagePath = "Sample/img_sample_mousesetting", ShowCancelButton = false, ShowConfirmButton = false, ShowCloseButton = false, diff --git a/Assets/Scripts/Moadl/SettingModalView.cs b/Assets/Scripts/Moadl/SettingModalView.cs index 0792a5f0..fb64b06e 100644 --- a/Assets/Scripts/Moadl/SettingModalView.cs +++ b/Assets/Scripts/Moadl/SettingModalView.cs @@ -16,6 +16,7 @@ namespace OCTOPUS_TWIN.Modal.View { SetUI(content); await base.OnOpen(content); + gameObject.SetActive(false); } private void SetUI(ModalContent content) {