- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
JamesDay · Apr 27, 2015 at 07:21 PM ·
movementmovement scriptplayer movementcamera movementsidescroller
Camera Moves or Player Moves for SideScroller
I'm making a infinite side scrolling game where I want to use 3D models for the characters because it is easier for me to create for animations. I would like to know the best way I can make the character move. Would it be to make the camera move vertically with the player attached to it? or Would it be to make the player move vertically? Can anyone help me with the movement this is the area I keep getting stuck on.
Comment
Answer by Xarbrough · Apr 27, 2015 at 09:32 PM
In most cases you will want your environment to be static and the player to move. The camera then follows the player.
Check out the official tutorials for starters: Unity official live training Basic Platformer