Topic: On Mac Device list count is 0
Hi, I am using the latest code on MAC but I cannot find any device even tho there are USB devices connected.
Here is the code:
DeviceList list = DeviceList.Local;
Debug.Log(list.GetAllDevices().Count());
Is there anything else I need to do on MAC?