MichauCorp
MichauCorp
Hello, I might be late but I wanted to ask if you managed to solve it. I am currently working on a very similar project of my own, featuring a...
Hello, i am looking for some up to date docs on input bindings in openvr and this thread was one of the only things i found. unfortunately, this link(https://github.com/danwillm/openvr/tree/sample-driver-improvements/samples/driver_sample) doesnt...
tysm for responding so quickly! that should help me a lot, though if its not a hassle, i also have the most recent open issue about how to make the...
ive tried using the interface to create all sorts of bindings for blade and sorcery, but none worked. even though it should be a simple thing using only an implementation...
here is the current version: ```using System; using UnityEngine; using Android.BLE; using Android.BLE.Commands; using TMPro; using System.Text; public class BLEConnectionManager : MonoBehaviour { public TextMeshProUGUI messageText; public bool read =...
thank you for the comment @mrshahzeb7 i tried implementing the ble-plx plugin before, and didnt manage because of some dependency issues. do you happen to have a sample of your...