- Home /
C# scriping help
Hello im watching a tutorial series : http://www.youtube.com/watch?v=o_wQ8Kw6A_s&feature=channel&list=UL
And I have some problems, Im not used to C# but JS. I have written exatlly the same as he did, heres the errors: Assets/Scripts/MenuManager.cs(40,9): error CS1525: Unexpected symbol `private'
Assets/Scripts/MenuManager.cs(47,7): error CS1519: Unexpected symbol `if' in class, struct, or interface member declaration
Assets/Scripts/MenuManager.cs(47,20): error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration
Assets/Scripts/MenuManager.cs(47,31): error CS1519: Unexpected symbol `10' in class, struct, or interface member declaration
Assets/Scripts/MenuManager.cs(52,19): error CS8025: Parsing error
Sorry if I am noobish ;)
-Emil
Those errors mean nothing unless we can see the code you're trying to edit. But if you have the code, you can generally learn what the errors mean and how you can avoid them in the future. Please post your code here :)
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Tutorial level 2 Answers
Not working gui buttons 1 Answer
Any one knows how this is done? 1 Answer
GetComponent().enabled = true; 1 Answer