Error

First post woho (not sure if this is right forums but any way)

any ways im folowing the FPS tutorial on the unity site (this one) and im stuck on this point

Now we can assign the explosion to the missile:

Ensuring that Missile prefab is selected, fill in the Explosion variable by dragging
the Explosion object in the Project panel onto the Missile’s Explosion variable in
the Inspector panel.

Were is the Explosion variable in the instector panel? (A picture or better instructions on what to do):face_with_spiral_eyes:

Hi, welcome to the forum!

You’ll notice that the script you create in the tutorial just before the part you mention (it’s called Projectile.js) starts with a declaration for a variable called “explosion”. If you have this script attached to the missile as instructed then you should be able to see the variable in the inspector. Annoyingly, the page break happens just after the declaration of the explosion variable so it is easy to miss it, but in fact it should be part of the same script.