Hey, I want to compare two strings in If Statement, How Can I do That ???
oh man, I haven’t been to lmgtfy in a while… I like how they make you type and click now!
lol
3 Likes
The C# computer language wasn’t made specially for Unity. It’s a normal language which many people have used for a while, including Unity. Unity added special game stuff to it like the Instantiate command and the GameObject type. For those you need to look in the Unity manual or ask here.
But for regular programming stuff in C#, google searches work just fine. “C# equal strings” gives more discussion than you need, but also is clear about the most common, simple way to do it.