BasicFPS controller "Can not be loaded"
I'm using BasicFPS controller from Unity standart asset (NOT MOBILE) pack. As I completed the scene, and put FPSController on It, I got message "The associated script can not be loaded, Please fix any compile errors and assign a valid script." I decided to open script in Visual Studio, and that's 100% correct.
Than, I tried to explore error's log and got those massive list of errors: CS0234 CS0246
Literally for every line of code. The also were a line stating "are you missing a using directive or an assembly reference?" IDK what to do, I'm complete newbie in Unity. I am unable to attach any screenshots, but will try doing this.
Usually this happens because a script has been moved or edited, especially the 'using' lines at the start. $$anonymous$$aybe it could happen because you don't have dotnet installed. Do other scripts work? Have you tried reimported the standard assets?
Your answer
Follow this Question
Related Questions
Animations Bad Scripting | Controller Script Buggy | Collider Problem | Beginner Here! 0 Answers
FPS Controller 1 Answer
My movement script is not moving my 2D object 2 Answers
Script problem: Trying to make the code of this script run at a set interval (GUI handle object) 1 Answer
How to get access to other's script var with increment? 0 Answers