Beispiel #1
0
 private void Awake()
 {
     anchorPlaneLine = Instantiate(GameManager.Instance.PlaneLinePrefab, transform);
     anchorPlaneLine.gameObject.SetActive(false);
 }