I got problem about the Inspector in unity

So i was done scripting in unity. But then i try to run the script it does nothing, It dosent even load in unity, i dont know why

In unity:
192628-unitynr1.png

And in C# script:
192629-unitynr2.png

By the way my new in unity game engine

You need to add your script to a unity game object. I assume the .cs file is placed in the assets-folder, then pick the script in “Add Component”.


See [1]