I am building a VR education app for Quest 2 and basically want to detect when a user looks away from an object (count how many times they look away, and start a timer for how long they look away).
I want to store & collect these metrics for analysis (so store them in a database perhaps?) Is this even possible?
Essentially, I want to detect when a user is looking away from the content to see if they are being distracted by the environment etc!
to save the data…could send using webrequests, if you have server to receive it:
it could be possible to use unity analytics to collect those events, but i don’t have experience/info on those…
there used to be heatmaps feature, to see where user visited etc. which sounds like good way to collect view direction data, but i dont know if its still available https://docs.unity3d.com/Manual/UnityAnalyticsOverview.html *NOTE: legacy old docs