캔버스 이름 수정

This commit is contained in:
NTG_Lenovo 2025-07-03 17:19:27 +09:00
parent c07fd84124
commit 9dc801e885
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ GameObject:
- component: {fileID: 1061971}
- component: {fileID: 1061970}
m_Layer: 5
m_Name: Canvas
m_Name: TitleCanvas
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0

View File

@ -8,7 +8,7 @@ public class TitleSystem : MonoBehaviour
private void Awake()
{
_titlePanel = GameObject.Find("Uis/Canvas/TitlePanel").gameObject;
_titlePanel = GameObject.Find("Uis/TitleCanvas/TitlePanel").gameObject;
}
private void Start()