Errors?

Hi there,

JUst installed Unity, seeing errors at the bottom of the page.

How do I fix? Thanks

They are all warnings except for one. If I were you I would read the warning and do exactly what it says. Just got to the code file and change it. If, for some reason you’re resisting change, just wrap the offending line in:

#pragma warning disable 618

#pragma warning restore 618

But I would recommend fixing them. :slight_smile: The Photon one is an error… you evidently either have both source and precompiled DLL in your project… or you’ve defined something with the same namespace / name. My guess is that you have both the source code and DLLs in there. I don’t know much about Photon.