Forum Discussion
Carter_Roc
7 years agoExplorer
Is there a way to get my Oculus Go serial number through code?
Working on a project where I need the headset serial number for something. Right now I have the user enter the serial number themselves but I would like to automate this.
2 Replies
Replies have been turned off for this discussion
- Carter_RocExplorerHello, that did not work for me. Is there any other way?
- Carter_RocExplorerFigured it outAndroidJavaObject jo = new AndroidJavaObject("android.os.Build");string serial = jo.GetStatic<string>("SERIAL");
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 months ago