I’m developing small car racing game and created a minimap with the help of main camera and activated orthographic projection. Now I want to move this camera along with car. Smoothly follow script isn’t helping me here since minimap camera is on the top position of created world. So how can I do so.?
Either make the camera a child of the car, of use a follow script where you add an offset to the y value of the target position.