This tutorial demonstrates how to handle keyboard input using Unity. It specifically focuses on methods from the Input class: GetKey, GetKeyDown, and GetKeyUp.
Unity
How to Spawn GameObjects in Unity
This tutorial demonstrates how to spawn GameObjects in Unity scripts. With prefab templates and the Instantiate method it is easy to add new elements to scenes.