suptoasty / seuss-rail-shooter

0 stars 0 forks source link

Player Movement #4

Open suptoasty opened 4 years ago

suptoasty commented 4 years ago

Syncing with waypoints

tylerdavidjoy commented 4 years ago

Added basic player controller and a gun that moves with the camera

suptoasty commented 4 years ago

@tylerdavidjoy Player controller is not allowing for directly setting the players position. Try to walk through the portal in the test scene and you'll see what I mean. He kinda jumps then goes back to where he was before. Directly changing position is important for the scene transition.