캔버스 이름 수정
This commit is contained in:
parent
c07fd84124
commit
9dc801e885
@ -134,7 +134,7 @@ GameObject:
|
|||||||
- component: {fileID: 1061971}
|
- component: {fileID: 1061971}
|
||||||
- component: {fileID: 1061970}
|
- component: {fileID: 1061970}
|
||||||
m_Layer: 5
|
m_Layer: 5
|
||||||
m_Name: Canvas
|
m_Name: TitleCanvas
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_NavMeshLayer: 0
|
m_NavMeshLayer: 0
|
||||||
|
@ -8,7 +8,7 @@ public class TitleSystem : MonoBehaviour
|
|||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
_titlePanel = GameObject.Find("Uis/Canvas/TitlePanel").gameObject;
|
_titlePanel = GameObject.Find("Uis/TitleCanvas/TitlePanel").gameObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Start()
|
private void Start()
|
||||||
|
Loading…
Reference in New Issue
Block a user