Hello all.
We have a free educational game portal with unity, html5 and some old flash games (www.taktaktak.com).
We are now in need of knowing when a player is wether playing or afk so we can keep track of the real played time per payer.
Checking that from Unity is not an option since that would require to republish all the games, about 30.
We have a code for the html5 games that checks that there is activity on the browser and that has a timer to auto close after 2 minutes afk. But that code is not working for Unity web player, the browser is not detecting activity in it.
Do someone know to solve this?
Thank you.