Problem with upgrading project to untiy 3.

Hi,

I upgraded my project from 2.6.1 to 3. Almost everything in editor was fine, but after building, it doesn't work. and it shows this error in "output_log.txt" :

the class defined in script file named 'myScript' does not match the file name!

Despite my script is java I added the class declaration in that script but nothing happened. What should I do?

Make sure the script's name is exactly as the class's. So when creating a new class named myScript, the script file should also be called myScript.

See here for more info.