codemaster-jojo / Lost-in-Time

Unity team project for VR startup team.
MIT License
0 stars 0 forks source link

Created PlayerMovement #17

Closed alanKim1234 closed 6 months ago

alanKim1234 commented 7 months ago

Created the PlayerLook, PlayerMotor, and PlayerUI scripts that should be attachable to the main player. The PlayerLook script should be attached to the main camera of the player.

codemaster-jojo commented 6 months ago

i created a cube player, attatching the character controller, and attatching playerlook and playerui scripts. i also attatched playermotor to the main camera, and selected the main camera as the cam. the player doesn't move.

JLee-003 commented 6 months ago

I think I followed the directions correctly, but the player won't move. If it's supposed to be, the camera also isn't looking at the player, or doing anything. Maybe try adding the scripts/game objects in a test scene, since I'm not sure if I correctly attached the scripts, or how it's supposed to be set up.