void Start() { tablet_ = FindObjectOfType <Tablet>(); uiText_ = GetComponent <Text>(); }
void Start() { tablet_ = FindObjectOfType <Tablet>(); }