// Use this for initialization void Start() { myPanel = GetComponent <P2DPanel>(); }
void Awake() { myPanel = GetComponent <P2DPanel>(); }