I followed the Unity Multiplayer Tutorial. I am at the part where it says create a javascript, and name it control.js then add it to the spawn object in the Hierarchy. When I do I get this “Can’t add script. The script file name does not match” pops up. I followed the tutorial to the letter. Up to this point the tutorial has been great. It would say drag, or add by doing this, but once you get to the end of the 1st half it jumps forward. The next line after that says “Build your project, create a server, and connect to it.” Create a server? which one? A main server? Master server? Window server? The good directions just stop at this point. My main question is why won’t my Control.js add to the spawn object? Can someone check out the tutorial and see if I am doing something wrong, or if maybe the tutorial is missing something.
Are you sure you added a javascript file and not a C# file?