Search found 5 matches

by BYFo_Max
Wed Dec 01, 2021 8:29 am
Forum: Developer's Forum for Windows
Topic: Strange offset HID, SpaceMouse Wireless
Replies: 5
Views: 26244

Re: Strange offset HID, SpaceMouse Wireless

I managed to use the Version from Pat by manually calling a static constructor through reflection through adding the following lines to my Camera Script thanks for your effort void Start() { Type wireless = typeof(SpaceNavigatorWirelessHID); System.Runtime.CompilerServices.RuntimeHelpers.RunClassCon...
by BYFo_Max
Wed Dec 01, 2021 5:59 am
Forum: Developer's Forum for Windows
Topic: Strange offset HID, SpaceMouse Wireless
Replies: 5
Views: 26244

Re: Strange offset HID, SpaceMouse Wireless

when I just start the scene, no problemo as soon as I touch the SpaceMouse once, 2-3seconds after the last user input on the SpaceMouse the offset appears this is the static offset the 93.6, I can say InputControl.getValueAsObject - InputControl.getDefaultValueAsObject and then I get the -1.0 to 1.0...
by BYFo_Max
Wed Dec 01, 2021 2:22 am
Forum: Developer's Forum for Windows
Topic: Strange offset HID, SpaceMouse Wireless
Replies: 5
Views: 26244

Re: Strange offset HID, SpaceMouse Wireless

thanks for the quick reply, the thing is that the preview cuts off digits but the difference is in the VEC2 value 93.6 and 93.4 notice the altering of the tailing digits and the offset occurs without any human input, they are cut off for better readability but I logged the values via c# and discover...
by BYFo_Max
Tue Nov 30, 2021 8:46 am
Forum: Developer's Forum for Windows
Topic: Strange offset HID, SpaceMouse Wireless
Replies: 5
Views: 26244

Strange offset HID, SpaceMouse Wireless

Hi guys, Im currently working on a assignment regarding SpaceMouse Navigation in virtual Unity 3D showroom. Sadly the provided addon by Pat only works in the nonbuild version. When I build the project one of the axis has no output. Anyway... so I wrote my own InputParser using Unitys new InputManage...
by BYFo_Max
Tue Nov 30, 2021 8:28 am
Forum: Developer's Forum for Windows
Topic: Strange offset HID, SpaceMouse Wireless
Replies: 0
Views: 39210

Strange offset HID, SpaceMouse Wireless

Hi I'm Max, my current occupation is as a Unity 3D Developer in Berlin. So I'm tasked with the navigation via a SpaceMouse in a digital factory showroom. And were running into some troubles. First of all big thanks to @PatHightree who develops the Unity plugin, but when you build the project the who...