Hi, I am attempting some game development and would like to learn Unity since it looks awesome, but I get an error after opening this CarTutorial project which it apparently had to convert (clearly was built in a previous version). I was hoping to start learning to use it before attempting to troubleshoot problems with a project. Anyone aware of the following errors and how to fix them?
UnassignedReferenceException: The variable target of ‘CarCamera’ has not been assigned.
You probably need to assign the target variable of the CarCamera script in the inspector.
CarCamera.LateUpdate () (at Assets/Scripts/CSharpScripts/CarCamera.cs:34)
I have located the script, but don’t know how to change what the target is. I think maybe it’s the Main_Camera object, but don’t know how to make the change so the script references Main_Camera instead of CarCamera (I could also be totally wrong).
Please help?