Hello people;
How can I make the camera follow the player character?
Please help me, thanks.
set a script on your camera and tell to the camera actor to follow player position.
this.actor.setPosition( playerActor.getX(), playerActor.getY(), 1 );
Something like that !