just as it says above, I have been trying to make a simple platform game using the construction worker third person controller that comes with unity. every time I make a third person controller it tells me. MissingComponentException: There is no 'Camera' attached to the "3rd Person Controller" game object, but a script is trying to access it. You probably need to add a Camera to the game object "3rd Person controller". Or your script needs to check if the component is attached before using it. My problem? I have no idea how to do this. if any one can help please comment it would help me out a lot.
You should try reimporting the standard assets that contain the 3rd Person Controller. You might have removed the camera at some stage and saved the prefab without the camera. You could also just drag in a camera to the empty slot in the editor or if nothing helps there is always a reinstall of Unity :)