i did a massive overhaul of csharp2nem and would be cool if anyone wants to test it out, give feedback and so on if your interested.
https://bitbucket.org/kod_5/csharp2nem_unitycompatible
there is also MSDN style documentation http://89.233.183.70/Help/Documentation its rough but it does the job for now. has code examples if anyone wants to do some testing. the fee structure still hasnt been updated on testnet yet as i just havnt had time to do it so be aware of that if you decide to test.
has some cool features like automatic node pool selection and the ability to automatically connect to the fasted node (and soon to the nearest geographically located node) as well as a supernodeClient containing supernode related API’s.
exposes both callback async methods & begin/end methods. also note the code examples may not all be exactly correct as changes have been made since that was done.
compatible across most OS’s/ platforms as its developed in the oldest supported .NET framework. C# 6.0 layer still to be added but it will come. overall should be a hell of a lot more robust and flexible than the original.
any feedback is welcome.