Can't add script error

Options
Hello, I'm new here, I'm a noob and I'm learning now how to use Photon one day maybe I'll be able to use photon at a commercial level.
However I have a small problem ...
I followed this step to implement Photon on my game in Unity:

Window->Asset Store->Downloaded Photon->Press import->Add my id

After this if i create in a scene an empty Object:
GameObject->Create Empty
1znxztd.jpg

if i try to add a clean script in C# on the empty object i receive this error:
sd3cx4.jpg

Think I have solved was the name of the file different from the name of the class. Cya.
What should I do, what does this mean?

Thanks in advance.

Comments

  • Tobias
    Options
    Did you solve this by now? Then let us know.
    You basically summarized everything there is to know. The class (in the source of the file) must have the same name as the file.
    If these 2 don't match, you could try to rename either.