Error to access Plugin

Hi!

I've trying to create a plugin to make a simple logic on my server.

I added on XML properties, create the Factory, Pluginbase and import the dll to the folder /Plugins in Server deploy folder.

On the client, i've setted on the roomOptions the plugin, but when i try to create a room, this exception is thrown

Operation failed: OperationResponse 227: ReturnCode: 32751 (Plugin Mismatch requested='BlockBreakerPlugin' got='Default'). Parameters: {} Server: GameServer
UnityEngine.Debug:LogError(Object)
NetworkingPeer:OnOperationResponse(OperationResponse) (at Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs:1621)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(Byte[])
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
PhotonHandler:Update() (at Assets/Photon Unity Networking/Plugins/PhotonNetwork/PhotonHandler.cs:157)

Comments