mbishopn / 2dGameIntro-Final-project-Unity

Simple 2d platform game project to explore Unity features as an introduction to Game Development
2 stars 0 forks source link

moving character - walk right / left #2

Closed mbishopn closed 6 months ago

mbishopn commented 7 months ago

Each team member tries to get the character moving left / right. Use a script named walk for this code.

DatoDgebuadze commented 7 months ago

Character Move Left/Right has been implemented,

to be able to move as of now you will have to use either "A" "D" or left and right arrow keys.

image

mbishopn commented 6 months ago

we can now move our character using the controller2d from assignment 2. so this has been completed.