Photon 1.80

Report errors found in any assets.
Post Reply
User avatar
UltraTM
Contributor
Contributor
Posts: 16
Joined: Sat Jan 31, 2015 1:57 am

Hello,

with Photon 1,80 i get compiling errors:

Assets/MFPS/Scripts/Network/bl_FootSteps.cs(173,84): error CS1750: Optional parameter expression of type `null' cannot be converted to parameter type `PhotonMessageInfo'
Assets/MFPS/Scripts/Network/bl_ChatRoom.cs(118,13): error CS0019: Operator `!=' cannot be applied to operands of type `PhotonMessageInfo' and `null'
Assets/MFPS/Scripts/Network/bl_FootSteps.cs(175,13): error CS0019: Operator `!=' cannot be applied to operands of type `PhotonMessageInfo' and `null'
Post Reply