GWT and Unity

Hi, is it possible to use GWT (Google web toolkit)in Unity web projects?.

I want to use the RPC service of the GWT . Is this possible?

Is there any example of using GWT in a Unity project?

Thanks

HTwarrior

Disclaimer: I’m not too familiar with Google’s Web Toolkit.

It’s written in Java to create AJAX apps so I’m not sure there is any sort of integration path to be had. It does produce HTML/JavaScript via its own compiler, so some of that JavaScript might be ready to copy/paste into your Unity project but then you’d be pulling in bits and pieces and that may prove more difficult than just writing the code yourself straight away.

But again, read my disclaimer… :stuck_out_tongue: