How to know what's the player's device?

Hey everyone,

Super new to Unity Analytics.
I’m having trouble to detect the player’s device, just like Google Analytics show.

Is that even possible?

Have you tried using SystemInfo.deviceModel?

1 Like

joe’s got it.

The whole SystemInfo structure is useful for this kind of thing, though there are some hardware combinations that will not support some of these fields accurately. For example, even though it says it is “guaranteed”, the unique device ID is definitely not unique for various reasons on some platforms.

1 Like

Thank you both, That’s sound exactly what I need but how do I send it to Unity Analytics so I can observe the information in the panel?