thad Posted July 12, 2018 Share Posted July 12, 2018 Hi, I'm looking to connect an external controller via the Wave PluginKit SDK. In the tutorial it says it's necessary to implement both the VRDeviceService and VRDevice. Should controller state changes (ie. button presses, changes in pose, and analog movement) be listened for within the newly created thread of the onStart() function in the ControllerDevice class? In the documentation it mentions it's only necessary to implement isConnected and setupConfig. Any help/clarification would be greatly appreciated! -Thad Link to comment Share on other sites More sharing options...
Tony PH Lin Posted July 13, 2018 Share Posted July 13, 2018 Yes, We suggest don’t update the button, pose, analog data in main thread. It will occupy main thread resource. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.