Nick Klingensmith
Nick Klingensmith
Here's kinda what you need to do for working with Pico! SK seems to work with it, maybe minus some controller quirks, but Pico currently _doesn't use the correct OpenXR...
While I don't have a Pico on hand, my suspicion is that Pico's runtime is not properly handling controller mappings, since StereoKit doesn't currently directly implement a Pico interaction profile....
I don't have any publicly available code for this yet, I recently transitioned jobs and am still waiting for a bit of paperwork to settle down :) But you're on...
`Hand.IsTracked` will show up if StereoKit can find or generate hand pose information, and doesn't necessarily require or indicate the presence of full hand tracking. For example, if StereoKit can...
The latest build now has a number of changes related to Pico in it! I'd love to hear if it's working well right now, or if it still needs anything...
I know `adb install` with a release builds tends to fail because of some security issues related to overwriting release builds. It's usually vocal about that though, does this work...
Woah, that is odd! Another thing to try, .Net 8 just released today! I'm still exploring all the details related to how that impacts StereoKit, but it looks like the...
Hah! Oh no. Glad you found a workaround, but wooo. Any chance they log the commands they're using for build or something? Maybe there's some interesting flags hidden in there?
Oh wow, okay, looks like they went the hard route! I could definitely imagine that bypassing large chunks of troublesome code :D Thanks for sharing this one! I need to...
I do have a branch with this functionality in it! I was considering this to be part of a `Device` API that would probably deprecate a couple of `sk_` functions....