Hi, I'm very new to this and I probably shouldn't be starting with this tutorial, but I don't have much time! In the FPS tutorial on the Unity site, it says:
Associate the missile with the projectile variable in the script. First, click on Launcher in the Hierarchy panel, notice the variable Projectile in the MissileLauncher script section in the Inspector panel. Now drag the Missile prefab from the Project panel and drop it onto the Projectile variable.
However, I can't see the variable Projectile in the MissileLauncher script section. All I can see is a check-box next to "Missile Launcher (Script)", then the word Script followed by a drop down box, which says MissileLauncher.
Thanks!