Adrian Biagioli
Adrian Biagioli
@maxosprojects It appears your issue is unreleated to this thread. Also, it appears that REPORT_BUTTONS is the current reporting mode, and you haven't actually changed it successfully. Have you read...
@maxosprojects This thread is about the "BB not set to an instance of an object" error, which was affecting users of Unity 5.3.x prior to 5.3.4. This is a UI...
The green dot calculation uses the accelerometer to account for rotation of the remote (you may notice that if you rotate the remote the white IR dots turn as well...
@andreierdoss I've been tackling this problem for the past week or so... I am getting closer to a solution but I still need to work out some glitches in the...
Android support is unfortunately nontrivial as this API relies on native drivers. Also I do not have access to an android device to test. However if someone else wants to...
I am beginning to see issues on windows 10's bluetooth stack - I have a feeling that reports aren't being recieved correctly. I want to eventually implement [these changes](https://www.reddit.com/r/emulation/comments/41gyp8/current_state_of_windows_hidapi_and_wiimotes/?ref=search_posts) proposed...
Hey all, I will fix the namespace errors in future releases with a `#if UNITY_5_5`. As for your pointer going through walls / terrain, have you followed the "Getting Started"...
Hi, I've heard great things about your toolkit. If I have the time I'll give reimplementing it a try. However I can't put too much time into it in the...
I would advise against this, as the border generation function is quite inefficient (O(n^2) i believe). At least, don't do it every frame! You can always create a custom solution...
Can you elaborate on the error you're having? Please post the exact error message.