C# Learning Methods from brackeys and when i do the code there are so many of the same errors

You wrote:

string name = "Bob", "Martha", "Robert", "Ani";

Based on what I see above, it seems you’re just “sorta typing some of the stuff from the tutorial.”

That will actually NEVER work.

Programming requires you to spell everything 100% correctly, including capitalization, punctuation, spelling, etc.

It’s NOT optional.

Also, if you post code, please use code tags: Using code tags properly

How to report problems productively in the Unity3D forums:

http://plbm.com/?p=220

Help us to help you.

2 Likes