Need Help making a simple game!

Right I’m making a game that requires a character to move around screen using the WASD buttons, he needs to collect an object then leave the level through a door which appears after the object is collected. How would I code this using html code?

You would not code this using html. With Unity you write your game script code in c#, Javascript or Boo.

drag and drop third person controller from the scripts panel and you are done…