Script problems with Unity 3.4

Hi everyone!

Since i have updated to 3.4 i have many script errors in every old project.

Here are some errors:

BCE0051: Operator ‘>=’ cannot be used with a left hand side of type ‘Object’ and a right hand side of type ‘Object’.
BCE0005: Unknown identifier: ‘savedhighscore’.
BCE0051: Operator ‘+’ cannot be used with a left hand side of type ‘Object’ and a right hand side of type ‘Object’.

I got this errors in my own scripts and also in some scripts of the standard assets.
In 3.3 there was no problem.

Is this normal?

You can’t use dynamic typing with iOS/Android. Switch to web/PC/Mac, or else remove the dynamic typing.

–Eric

Thank you eric! I have removed the dynamic typing and all errors are gone. Is this new in 3.4 that it displays the dynamic typing as errors?

Yeah. In unity 3.4, there’s stricter compiler.