private void Awake() { parentPanel = GetComponentInParent <VRCanvas>(); }
private void Start() { parentPanel = GetComponentInParent <VRCanvas>(); }