hello, i’m trying to create a camera that follows the player in the scene (platform game)
I’ve seen some posts and the tutorial and i’m not able to find the solution.
first try:
create a camera inside a game object witg default parameters
put the gameobject of the camera as a child of the player (dragging de camera gameobject)
when the camera acquires camera focus (i put this in the init of the player script) i only see the blue background of my game and nothing happens
any help?