Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Getting OS version

Discussion in 'Unity Analytics' started by coshea, Mar 2, 2018.

  1. coshea

    coshea

    Joined:
    Dec 20, 2012
    Posts:
    319
    Hi

    All analytics service I've used in the past let you easily list (with a chart) the versions of iOS or Android that the user is running, so you can see what your distribution is like etc.

    How do you do that with Unity Analytics?

    Thanks
    Chris
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,520
    @coshea,

    That isn't information we have available by default. You would have to send a Custom Event with the SystemInfo you're interested in tracking.
    https://docs.unity3d.com/ScriptReference/SystemInfo-operatingSystem.html

    If that is a feature you feel would be helpful to you, you can submit it to our Feedback Request page:

    https://feedback.unity3d.com/forums/unity/suggestions?category=analytics

    We use the feedback from these pages to determine what features developers are most interested in, so we can best focus our resources on providing those features.