top of page

Start up Unity Project

  • Writer: Janice
    Janice
  • Oct 29, 2023
  • 1 min read

Updated: Nov 10, 2023

Create a new project contain player character

Development progress

  • Implementing new input system as it got more control on movement control.

  • Set up input action "player control", begin with the basic input "movement" and "jump". Run under Vector2D value and button.

  • Input Ground check script to allow player walk on platform and prevent player stuck on wall, also prevent player to commit endless jump through hitting jump.

Basic control:

Movement --> WASD/ Arrow Key

Jump --> Space




Comments


Janice Game Portfolio

  • itchio-logo-textless-black
  • Linkedin
  • Youtube
bottom of page