I made a new project and copied the game.project file from the Pixel line platformer. I was making almost everything as it was in the example project, adapting somethings to mine and etc. But the problem is that the camera is not following the player. I put the player (a collection) inside this level called tests.collection, at the init() function of the script attached to the player, it activates the camera componnent of the player (the player collection has a componnent called camera that has a camera componnent in it). The componnent called camera has a script that prints its position in world space, and it is always the same as the player is. It shows that the camera should be following the player, but it doesnt.
Rorô.zip (111.7 KB)
It was tried to remove the zoom (and the background color) and it gave this result: