On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

Camera follow a PLayer

A topic by ElJoaGames created May 05, 2016 Views: 1,138 Replies: 1
Viewing posts 1 to 2
(+1)

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 !