lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Please delete unused NetAESEncryption, it can't be compiled in Unity3d. #38

Closed heroboy closed 8 years ago

lidgren commented 8 years ago

I need more details; why does it not compile, on what platform does it not compile?

heroboy commented 8 years ago

Because AesCryptoServiceProvider is not avaliable in Unity. See https://github.com/lidgren/lidgren-network-gen3/commit/f2e70ecd5d546c82f41c301fc941f51a7f712a0a You deleted the workaround.

AgentFire commented 8 years ago

It is available for me, @heroboy.

forestrf commented 8 years ago

Check how to use this library with Unity3D, it might help