@@ -3,7 +3,7 @@ using UnityEngine;
public class SetBtnPos : MonoBehaviour
{
[SerializeField] private GameObject SetBtn;
- void Start()
+ void Awake()
SetBtn = GameObject.Find("SetBtn");
if (SetBtn != null)