camnewnham

Results 20 issues of camnewnham

Currently `RTCDataChannelInit` doesn't appear to have any effect: https://github.com/sipsorcery-org/sipsorcery/blob/c153907c3d478e179974ed8aa426233be5a7aeaa/src/net/WebRTC/RTCDataChannel.cs#L92 https://github.com/sipsorcery-org/sipsorcery/blob/fb00a8405ae36f96f62653d4c0bb46db53863edf/src/net/WebRTC/RTCPeerConnection.cs#L1422 So by extension presumably all data channels created are reliable and unordered - even those that are remotely created to...

enhancement
help wanted
webrtc

I'd like to add a feature which reads meta/extension data from a node and performs an action based on this, formatted similarly to [KHR_lights_punctual](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual). As the extension is application-specific it's...

enhancement
extension

## Describe the bug Attempting to install WLT Core 3.1.0 via the MRTK Feature tool appears to fail to correctly install. It appears that the downloaded .tar.gz is invalid based...

Bug
External
Stale
MRFT

Hi all, Thanks for the fantastic plugin - it works exceptionally well. I've added a few things that you might be interested in integrating - 1. Setting the video type...

Had a hard time trying to figure out why I couldn't access the DracoEncoder from other scripts. This minor change makes the Draco encoder accessible at in `Assembly-C#` (runtime). According...

This error occurs when using some sample files from the draco repository, such as https://github.com/google/draco/blob/master/testdata/pc_kd_color.drc Full error text: ``` ArgumentException: Invalid vertex attribute format+dimension value (UNorm8 x 3, data size...

See https://github.com/atteneder/DracoUnity/issues/45 for discussion

Depends on https://github.com/atteneder/draco/pull/5 Resolves https://github.com/atteneder/DracoUnity/issues/36 I'd also like to extend the unit tests to include point clouds; so if we can resolve https://github.com/atteneder/DracoUnity/issues/45 I'll do that too.

## Describe the bug When the app has gaze permission enabled but the user is uncalibrated (declines prompt to calibrate) the Gaze controller remains at the origin, but appears to...

Bug
MRTK3

## Overview This PR adds an option to disable the masking behaviour of `RectTransformColliderFitter`. This is useful when a component needs to extend beyond a masked region (i.e. pop out...

MRTK3