• About Me
  • Contact Me
  • Blog

Lucys Tech Dev Blog

Tag: string

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;
}
Posted in UnityTagged contains, string, unity

Recent Posts

  • Unreal and Hololens – Step 7 Making your scene interactive
  • Unreal and Hololens – Step 6 Set Up for Mixed Reality
  • Unreal and Hololens – Step 5 Create a Level
  • Unreal and Hololens – Step 4 Project Settings
  • Unreal and the Hololens 2 – Step 2 File Setup

Archives

  • March 2021
  • February 2021
  • December 2020
  • October 2020
  • June 2020

Categories

  • Blog
  • Hololens 2
  • Unity
  • Unreal
Powered By DreamHost