Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
bryan.lee.winr's avatar
bryan.lee.winr
Honored Guest
5 years ago
Solved

Retrieve Headset Firmware Version Programmatically (Unity)

Hello, is there any way to retrieve the firmware # of the headset programmatically?

  • Anonymous's avatar
    Anonymous
    5 years ago
    UnityEngine.SystemInfo.operatingSystem

    returns a string like this:

    "Android OS 10 / API-29 (QQ3A.200805.001/18371800230900000)"

     

    The last number (18371800230900000) is the system software revision number that you see when looking in settings->about.

     

    Close enough?

6 Replies

  • Anonymous's avatar
    Anonymous
    UnityEngine.SystemInfo.operatingSystem

    returns a string like this:

    "Android OS 10 / API-29 (QQ3A.200805.001/18371800230900000)"

     

    The last number (18371800230900000) is the system software revision number that you see when looking in settings->about.

     

    Close enough?