Hi. I'm working on integrating dropbox support in my Unity3D app.
I can use the SDK just fine from regular .net, but it's not compatible with monos .net 2.0 SDK which Unity uses.
I'm looking for a straight C# solution as it needs to be compiled for both PC, Android and iOS.
Does anyone have experience with getting the SDK running in .net 2.0?
Otherwise my next plan will be using the HTTP SDK.
Thanks in advance
Odin