What do i use in C# cause parseInt doesn’t seem to work in C#…
int.Parse and int.tryParse, I think.
Google is your friend.
1 Like
Thank you.
Yes, but sometimes, you’re too dumb to use google :3
Do not type “go to google” in support thread. I’ve directed from google to this page and what i see here?
int.Parse(“some string”)
2 Likes
Look past the unity forums results and go to the MSDN documentation for c# specific ideas. Usually that’s quicker.
1 Like