I made a game project in unity. And I want to build this to WebGL. But when it build, it shows error like
I searched the solution, and everyone say "delete using UnityEditor". So I did that, but it has error when I delete that in Photon script. How can I my game build in Webgl with not delete using UnityEditor. Or How can I fix the error another solution ? Thank you for your anything helps.
CodePudding user response:
I found the cause. I use Photon voice chat, but it doesn’t support WebGL. Remove that asset and project build work well.