Changing game from PC to HTML5 creates errors
I am new to unity and c# and am making a multiplayer 2D platformer with python. I followed this tutorial https://www.youtube.com/watch?v=FWrDrzlky6I I finished the tutorial and tried to change the build from PC, Mac and Linux Standalone to HTML5. I am now getting the error
Assets\Photon Unity Networking\Plugins\PhotonNetwork\NetworkingPeer.cs(818,22): error CS0122: 'IPhotonSocket.SerializationProtocol' is inaccessible due to its protection level
I don't know what this means or how to fix it but if any of you do your help would be greatly appreciated.
Your answer
Follow this Question
Related Questions
Problem turning off Lights in a Multiplayer 2D game 0 Answers
Can't connect to server by android phone 0 Answers
Failed receiving RPC batch index 0 Answers
Unity and Photon Question 0 Answers
Having Trouble Connecting With UNet 0 Answers