Getting frustrated with unity and I need help with errors I'm getting for first person

So I’ve been trying to get this first-person going but I hit a roadblock at the scripting part and it’s making me really frustrated because I don’t know how to fix it and if it’s not one error it’s another so I try to drag and drop scripts but when I do it says cant add script component first-person controller because the script class cannot be found, and I also got one saying something about compile errors, I’m literally about to quit unity and go to a different engine I’m so tired of all these problems that shouldn’t happen, I just want it to work, please send help…

PS: I’m new to unity

To another engine?
Like unreal engine? That uses C++? Good luck, scripting just got 20x more complicated

Your scripts can’t compile if they have syntax erros in them
if they can’t compile you can’t add them go gameobjects.

Dragging them around in the project folder won’t do anything.
Fix your code.

1 Like

If you are unable to fix compile errors, then google error message to find an explanation.

Or ask for help if you are so inexperienced that googling failed. To get it you need to mention exact error code and provide your code (preferably reduced to something short).

I literally have no idea how to fix code I’ve started a new project and even on a new one I get 4 errors so I can’t even play, Also Leon Yes, I mean unreal engine because if unity gives me 4 errors to fix on a new project that I don’t even know how to fix properly what’s the point? I’ve added a screenshot of the errors, I dragged and dropped a new camera script and didn’t get an error so that’s that but somehow I have to fix these errors.

First 2 errors are this one.

Last error is this one the other one seems to direct me here

also there’s this, not sure what the orange color means but I feel like those are errors too

It looks like you are dealing with some quite advanced scripts for someone who just started unity

I would suggest starting from tutorials for beginners, not shaders.

I can handle shaders it’s just I don’t know how to fix errors, I follow tutorials for this it’s just these errors shouldn’t pop up, for that reason I’ve switched to unreal engine and I haven’t gotten one error and the user interface is much easier to navigate. On top of that I know people that use unreal engine so I have support.

The errors wouldn’t even matter to me honestly but unity made it block being able to play as a player right off the bat, it’s stupid.

I think you’re using older version of postprocessing stack in your asset folder which is not appliable to some Unity versions.