Using the Unity XR Platform SDK, how can I query the device model at runtime, i.e. whether it's a Neo 2 or Neo 3?
Regarding this question, you can refer to this interface :
Thanks, important to note that you need to properly initialize as described in https://sdk.picovr.com/docs/XRPlatformSDK/Unity/en/chapter_seven.html#system-related
And the correct call is PXR_System.StateGetDeviceInfo(SystemInfoEnum.EQUIPMENT_MODEL);
PXR_System.StateGetDeviceInfo(SystemInfoEnum.EQUIPMENT_MODEL);
SystemInfo.deviceModel
1.8k Questions
2.2k Answers
2.9k Comments
1.2k Developers