Making a projectile

In order to shoot a projectile at the wall, we will need to first create it within the scene and then store it as a prefab.

A prefab is a GameObject stored as an asset in the project that can be instantiated. It is created during runtime and can hence be manipulated through code.