Service Application: Analytics

Simon Leen
Oct 29, 2021

Objective: Set up Analytics in Unity

Unity provides a way to see how your users are using your apps, both games and functional apps. To start analytics, go to (in Unity 2020) Window, General, Services and you’ll be greated with the above panel. Select Analytics and turn it on (You will need a project ID for this).

If you’re using Unity free, analytics will be limited but you can upgrade to plus if you need more in depth feedback(Upgrading and plus features not covered here).

Click Dashboard under where it says Analytics Settings and log in. You’re ready to go. From the Dashboard, you can set up custom events, tracking, and more. Finally go to Package Manager and add the Analytics Library.

To learn more about Analytics and what you can do, view the documentation here.

--

--