Tracked Keyboard Sample no longer working
https://developers.meta.com/horizon/documentation/unity/tk-tracked-keyboard-samples/ This sample doesn't work for Unity 2022.3.16f1, Meta SDK v67, Logitech MX Keys Mini for Mac, Pale Gray. Whenever I select the input fields, I couldn't type anything. This probably duplicated but because the previous issue has been marked as solved, I'm creating another one https://communityforums.atmeta.com/t5/Unity-Development/Tracked-Keyboard-SDK-can-t-type-to-the-input-field-in-the/td-p/968879275Views1like0CommentsBluetooth connection between Quests headsets
Hello everyone, i develop a Unity XR app for Meta Quest and i want to connect 2 quests for local communication between quests. So i use bluetooth API by Google Android to connect the 2 Quest. (android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothDevice android.bluetooth.BluetoothServerSocket android.bluetooth.BluetoothSocket) But i have a problem, when i try to pair a Quest in the Meta Quest Bluetooth settings, the pairing works but after 2 seconds, the connected Quest changes from "Connected Devices" to "Already connected", it is normal ? Another question is why there is 2 "Meta Quest 3" devices in the list, one with an Smartphone icon and another with a "Bluetooth" icon, which bluetooth device i have to choose ? Thank you961Views0likes1CommentQUEST 2 BLE
Hey, so i am working on a unity project that involves the communication between the quest 2 and an esp32 with BLE. My ESP32 supports bluetooth 5.2, and i am trying to leverage the speeds of that technology but it seems that quest 2 is my bottleneck. Now i know for a fact that quest 2 comes with bluetooth 5.0, and i also know from the received data on my esp32 that the quest 2 supports the 2MBps speeds i have set on my esp32. I know that because when i send the data from the quest 2 to the esp32 th received data's Phy parameters for rx and tx are indeed 2MBps, if quest 2 did not support it i would revert back to the default speeds of 1MBps. To connect my unity project with ble i am using this plugin from the asset store: https://assetstore.unity.com/packages/tools/input-management/arduino-bluetooth-plugin-98960 But it seems that this plugin doesn't have the capability of changing the phy parameters on the quest 2 side. Dis anyone manage to change the ble speeds/parameters on the quest 2? Any help is appreciated, Thanks805Views0likes0CommentsBluetooth mouse problem after v62 update
The Bluetooth mouse was working correctly before Oculus v62 update but now whenever I move the mouse Unity receives it as an arrow key like this: if (Input.GetKeyDown(KeyCode.LeftArrow)) { // This shouldn't be triggered by mouse } Also sometimes I get this warning from InputMethodManager Warn InputMethodManager Unable to send input event to IME: com.oculus.vrshell/com.oculus.panelapp.keyboardv2.KeyboardInputMethodService dropping: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_DPAD_LEFT, scanCode=0, metaState=META_NUM_LOCK_ON, flags=0x400, repeatCount=0, eventTime=107623773, downTime=107623773, deviceId=-1, source=0x101, displayId=-1 } Looks like it's trying to send mouse movement as a D-Pad button. Has anyone else experienced this?455Views0likes0CommentsHow to enable mouse input in Unity?
Hi everyone, I have a bluetooth mouse connected to my Meta Quest 3 and want to use it in my Mixed Reality Unity project. Even though the mouse is connected to the headset, it's not registering the mouse or showing the cursor in my unity project. What do I need to do for unity to register the mouse? I'm using the Mixed Reality Template from Unity. I'm quite new to this and unfortunately haven't found any tutorials on this.735Views0likes0CommentsConnecting Bluetooth device to Quest 2
Hi Dev community. I would like to connect a Bluetooth device (not headphone or keyboard ) to my quest 2. Currently my app running on Unity engine. Does Quest 2 support this kind of scenario? Is there any documentation available how can I do that as a developer? Is the an example that I can look into? (preferred in Unity) Any information about BT connectivity support in Quest 2 will be warmly welcome 🙂 Regards, S.C.1.7KViews1like2Comments