Hi guys
Well I am a Intermediate Programmer in C# and I wouldn’t like to use JS as I already have a good standing in C# but the problem is that I just can’t make the:
…
What error are you getting, is always the thing we like to know.
A completely random shot in the dark guess, since I don’t know exactly what your problem is, is that GetAxis returns a float, not a boolean, and C#'s strictness does not want to || two floats. Try comparing the GetAxis-es to something and see if that helps.