logging user interaction and inputs in unity

Hi All :slight_smile:

I would like to know if there is a way or a tutorial that could help me in logging and storing user interaction for a 2d game develped using Unity.

I would like to study the game HCI from the collected logs.

Thank you

You can write your logging to a file using .net (File.IO), and also take a look at this.

Hi,

Thanks for your reply, but do u know if we can store the interactions then send it via email from the games?

Thank you