Learning Targets
By the end of this lesson, you will be able to:
- Transform a game object into a prefab that can be used as a template
- Instantiate Prefabs to spawn them into the scene
- Override Prefabs to update and save their characteristics
- Get user input with GetKey and KeyCode to test for specific keyboard presses
- Apply components to multiple objects at once to work as efficiently as possible