using UnityEngine; using UnityEngine.UI; public class CompassPanel : UIView { public override void Awake() { base.Awake(); Camera.main.GetComponent().UICompass = gameObject.GetComponent(); } }