UnassignedReferenceException: The variable temp1 of ‘CameraTarget’ has not been assigned.
You probably need to assign the temp1 variable of the CameraTarget script in the inspector.
at (wrapper managed-to-native) UnityEngine.Component:get_transform ()
at CameraTarget.Update () [0x00023] in D:\Doc\Assets\Monster Truck Hero(Source Files)\Scripts\CameraTarget.js:23
Please run the “companyintroscreen scene”, “GameMainMenu Scene” and final go to Level scenes, there are some global variables are need to be set before starting the game,
this is the way the game will run in the end user computer.