Hi, Is it possible to deploy the TNet3 example to a Hololens? I get a range of errors e.g.
Assets\TNet\Common\TNSerializer.cs(17,36): error CS0234: The type or namespace name 'Formatters' does not exist in the namespace 'System.Runtime.Serialization' (are you missing an assembly reference?)
Assets\TNet\Server\TNTcpLobbyServer.cs(28,2): error CS0246: The type or namespace name 'TcpListener' could not be found
I understand that UWP doesn't support all the framework components so I am interested if TNet3 will work in this environment.
With thanks, Peter