I am making a third-person (top-down) shooter mini-game. One severe issue i am facing is that the camera doesnt follow the players as he explores the maps. I have tried both the lerp settings and the center camera on an object settings. But nothing seems to work! Any ideas?
I forgot about the whole collision thing and my player was ready with firing gun. But the camera wasn’t following him. So i installed the smooth camera extension, but that too didnt work. Finally I recreated the level from scratch using tiles with predefined colliders but that just results in the player getting stuck in a single place or time!
That first snip is in a beginning of scene event, and is only run once. The second snip just shakes the screen - it doesn’t position the camera on the player
I added a simply center camera on object action and everything was fine. I guess it was pretty stupid of me, actually i didn’t realize that the camera in the beginning of the scene was run just once! Again, thanks