Home > Net >  How can I fix the WebGL build error in unity?
How can I fix the WebGL build error in unity?

Time:06-10

I made a game project in unity. And I want to build this to WebGL. But when it build, it shows error like enter image description here

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.enter image description here 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.

  • Related