I want to try DOTS under webGL
Following the steps in this tutorial I get the errors when trying to make a build:
com.unity.netcode@1.0.17\Runtime\Connection\DefaultDriverConstructor.cs(246,85): error CS0246: The type or namespace name 'UDPNetworkInterface' could not be found
com.unity.netcode@1.0.17\Runtime\Connection\DefaultDriverConstructor.cs(336,62): error CS0246: The type or namespace name 'UDPNetworkInterface' could not be found
Unity 2022.3.18f1
com.unity.netcode@1.0.17