Search results

  1. Help! Need Help

    Unsure what you are trying to achieve but based on the code you provided you may want to take a look at changing the SetActive to true or false. Ex.(this.blah.SetActive(false); to this.blah.SetActive(true);)
Back
Top Bottom