Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Could DotNetty support for Unity3d? #179

Closed idzzly closed 7 years ago

idzzly commented 7 years ago

DotNetty use some syntax and features after .net 2.0 (eg: Lambda, $ and System.Threading.Tasks). But Unity3d only supports .net 2.0. Could DotNetty support for Unity3d?

qcjxberin commented 7 years ago

应该不行吧,现在都已经支持.net core了,.net core支持的特性.net 2.0应该不支持吧。

nayato commented 7 years ago

@idzzly it's a stretch to even support .net 4.5.1 as it is past EOL already. It is up to Unity to support new version of .NET. AFAIK they had plans to move to .NET 4.6.

wavebit commented 7 years ago

I have tested. DotNetty does not work with Unity 2017.1 (.net 4.6). ;(