Error upon importing package.

Options
I just imported the Free package of PUN into my Unity project, but I immediately get these errors:

Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(259,39): error CS0029: Cannot emplicitly convert type 'System.Type' to 'Type'

and

Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(279,27): error CS0029: Cannot emplicitly convert type 'System.Type' to 'Type'

I really want to have multiplayer working in my game, so if anyone could help me, it would be greatly appreciated.

Comments

  • vadim
    Options
    What Unity version do you run?
    Did you use new empty project for PUN import?