I have been looking for a bug reporting system to help my customers make better error reports.
Its a lot of work for them to do a good error report and often times they forget to include certain files.
Currently, they have to dig around their system to find the unity's output.log file, video card info, system information, etc. They might take a screen shot or collect a few other files.
An example of a GREAT error reporting system is unity's built in one. In the editor if you select "Help->Report A bug.
Does anyone know of a good error reporting system that can be configured to collect all of information that I need, and submit it to me? It is important for the user to be able to attach additional files, to go along with the default set of attachments.
To me, it is unimportant if the system is built to run inside unity, or is a 3rd party application that is shipped along side my software.
That can be sent possibly as well... The only other thing you have is the log file, which you can read from the users computer, and port through the high scores way as well...
This is going to have to deal with MySQL, PHP, HTML, Unity, and other small things on the way, and doesn't have a simple fix. Going to be like a puzzle.
Good luck though! If you do finish it, you should release it so that other people can use it as well =).