Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

I wanted to start learning C# with Unity, so today I started with Brackeys' Multiplayer FPS tutorial

I started with EP.1.

But when I was nearing the end, I noticed that I had a bunch of errors below.

I did exactly what he was doing but I got these errors.

Can someone please help me with this?

Answers

  • Go with the normal c# scripting....multiplayer FPS is not a good way to learn C# scripting

  • Yes, I finished the normal C# Scripting tutorials and am following the new videos that he posts on the topic.

  • I think in the line 19 you forgot to close the string (the inverted commas) it should be "Horizontal"

    And as the string was not properly closed, all other errors were created (as I think)

Sign In or Register to comment.