Ok, so every time I watch a tutorial on unity from youtube, I do it exactly as they do it, but end up getting errors. Nobody else seems to in the comments. And when I copy a script word by word on youtube or a script online, I always end up getting errors. This can be really irritating, since it’s just me who is experiencing errors.
Ok, here is a totally different discussion. This is a separate question.
I tried doing this script on my own and not copying it from somewhere else, but I got an error CS1519 and CS1525, which are unexpected symbols.
You’re not doing it exactly as they do it. It really does need to be exact, not kinda sorta “close enough”; every last character counts in programming. Maybe you’d be better off with text tutorials.
Are you dyslexic? The bracket direction and placement may be hard to understand if so.
The syntax must be correct, one mistake with a bracket will cause the entire script to fail to compile. Look for little red squiggle underlines and examine what they are encasing, then fix the errors when you find them. If you can’t find them then you may not understand the syntax well enough and should look for tutorials on very basic syntax.
No, i’m not dyslexic. But, my computer screen brightness was down at the time, but I doubt that’s why. It’s just me being me and messing up. Thanks though