Trying to implement input into my game but getting this error in my console:
MissingComponentException: There is no ‘CharacterController’ attached to the ‘Main Camera’ game object, but a script is trying to access it
Game still runs as intended but console is in the background filling up rapidly with error messages. Not sure what the problem is as i have tried attaching a CharacterController
to the main camera game object. Any help would be appreciated,
// paste code here