Results 27 issues of De-Panther

Implement https://github.com/immersive-web/depth-sensing/blob/main/explainer.md

enhancement

When setting in Player Settings the Color Space to Linear, the view in AR session display only the device camera background.

bug

Having all the shaders in the resources folders, forces them to be included in all builds, even if not needed. When building for platforms like web, it takes lots of...

material/texture

Should resolve the viewer problems in issue #254 Following commit https://github.com/immersive-web/webxr-input-profiles/commit/ec044381753a5d00154711b91cf6f50804df6f52 I replaced all instances of `motion-controllers.module.js` with `motion-controllers.js` I tested using: ``` npm install npm run build npm run...

Components with more than one `visualResponses` for one instance from `gamepadIndices`, animate only one of the visuals. Should animate all the visuals.

bug

**Describe the bug** Instead of drawing 2 views in XR mode on headsets in Unity 2022.3.21f1, there's one stretched image over both eyes. **To Reproduce** Steps to reproduce the behavior:...

bug

**Is your feature request related to a problem? Please describe.** Unity just announced support for Composition Layers. https://forum.unity.com/threads/composition-layers-experimental-package-is-now-available.1551029/ The implementation for their OpenXR package is similar enough to WebXR Layers....

enhancement