I’m new with Unity and I’m trying to complete the tutorial of the LEGO microgame. The step is to build and publish the game, but when I click on button “Build and publish”, after about 1 minute the waitbar disappears and I noticed that on bottom appears (in red) the message:
UnityException: Build Target “WebGL” not supported
I installed the version of Unity 2020.3.21f1 LTS and I added the module WebGL build support (that is also the only module I have with the documentation one).
How can I solve this problem?
I need to install some other module?