Browse Source

Merge branch 'F/0707_Nreal_ImmersalOptimize' of https://gogs.ghz-tech.com:8843/GHzGlass/GHZMRNavigatorProXR into F/0707_Nreal_ImmersalOptimize

胡佳骏 1 year ago
parent
commit
5583e0e2c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/Blue/Controller/SetPos/SetBtnPos.cs

+ 1 - 1
Assets/Scripts/Blue/Controller/SetPos/SetBtnPos.cs

@@ -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)