Searching String for a phrase – Unity Posted on October 21, 2020March 2, 2021 by Lucy Estela This one is super simple and is just if(text.Contains("your words here")){ do something; }