Nice! Hopefully, I'll be able to customize the UIs.
However, now that I'm directly trying to instantiate the SUGARClient, I'm getting some errors in the following (simple) code:
_sugarClient = new SUGARClient("http://gamejam.sugarengine.org/");
GameClient gc = _sugarClient.Game;
var game = gc.Get();
If I execute the code above, I'll get an error on the third line, when calling gc.Get(). The log I get is:
I'm not able to get any usefull information from that Log. Do you have any idea of what is going on?
Thanks in advance.