Im currently developing a virtual tour for the company i work for and im not sure if im wording it correctly but i cant seem to find specifically what im after,so im not sure if its a possibility.
My colleagues have asked if theres a way to have a report that shows different interactions in the tour, for example what gameobjects they clicked on, how long they stayed in the experience etc
Thanks in advance and any help would be appreciated!
If you see TonyLi in a thread, odds are you’re seeing some of the best advice on the forums. Other notable users are bgolus in the graphics forums and neginfinity who floats around General Discussion and a few others.
I would recommend you look into Firebase Analytics. You can emit up to 500 unique events to track your interactions under the free tier. You can export the data into big query or something else to do analysis and more customized queries.
If you don’t want to write custom queries, the dashboard for Firebase is more powerful too. You can use the data on Google Analytics and it supports custom parameters which I don’t think you can do on Unity Analytics.
Unity Analytics is ok, it is quite limited if you can’t export the data. (you need Unity Pro for that).