Hello aNTHONY,

Maybe you remember we solved the compiler errors of the packages together on teamviewer. I am still struggling with build errors for WebGL. Here are my build errors ;
https://ibb.co/W0nb2Ry
https://ibb.co/Dwx5G5Z

How can I solve these problems to build correctly?

    ahmetteksas hi, the editor classes should not be included when you build, you might have an issue with your assembly reference files that are including them. Please ask on Unity forums how to make sure your assemblies do not reference editor code. An alternative would be to put
    #if UNITY_EDITOR

    #endif
    Around each editor class code to avoid these errors.

      Write a Reply...