Is there a tool for Unity customer support that grabs the user's device/environment info?

We need a tool that allows users to contact us with their support issues, plus grabs the user’s device information, connection environment, and game nickname/username.

I have investigated Helpshift (http://www.helpshift.com), but they are only for iOS and Android. Our game is built with Unity 3D gaming engine, and is not compatible with Helpshift (they said Unity is on their road-map).

I will appreciate any suggestions for Unity.

Thank you,

Jonathan

Hi Jonathan, Helpshift now supports Unity. The integration docs are here: http://developers.helpshift.com/unity+integration+ios

I can’t think of a one-stop-shop solution, however these APIs:

http://docs.unity3d.com/Documentation/ScriptReference/Application.html

and

http://docs.unity3d.com/Documentation/ScriptReference/SystemInfo.html

may help you obtain information your Support/QA team need.