Nathan Ward

Results 19 comments of Nathan Ward

> I'm starting to think we need both: I also completely agree with this. And if I'm being honest, when I initially created the RFC, I was thinking more `Multiple...

Note: `AsRef` wouldn't quite work for `TextInput` but there are other possible solutions :)

Pining here to see if there is any plans to pursue this PR? I wanted to pick up #5074 however, it relies on a DynamicBundle like interface (which is what...

ping @jakobhellermann Any plans to move forward w/ this PR? I'm more than happy to take it over if that's easier.

~~IIUC, this is correct behavior? Each Asset requires a unique `uuid` in order for the asset server to distinguish between types. However, a generic type is simply a template. So...

When the new labels get updated, we need to remember to tag this with the `XR` label

> 4) Is it ok to use events for input? OpenXR input system is poll-based and right now inputs are polled every update loop regardless if they are used or...

> 1) Is it ok to panic if XrConfig is missing? Or should a default be used instead? Based on the behavior of other `config` like structs, we probably want...

> The has been a discussion in #xr on Discord, to change the current input system to match more the OpenXR API, in particular to bring remappable actions. This would...