camnewnham

Results 34 comments of camnewnham

Yes I thought so. Is file size the main reason for using JsonUtility in the first place? For example with Newtonsoft it might be possible to create generic JObjects for...

Perhaps this should be the responsibility of the file producer to use `KHR_materials_unlit`? The same applies for using `primitiveMode` `LINES` > When present, the extension indicates that a material should...

Ah. Does this mean normal HLSL shaders? If so, here are two that might be a useful starting point: https://gist.github.com/camnewnham/290fd777d7b04775f7ad98bbd3ced40f - Billboard geometry shader that renders uniform screen size points...

No worries @davidkline-ms here is the log: ``` Mixed Reality Feature Tool 1.0.2103.3 [14/04/2021 3:22:20 PM] Loading feature catalog. [14/04/2021 3:22:25 PM] Loading the project manifest. [14/04/2021 3:22:25 PM] Project...

@motionsmith these changes were tested only on Unity 2017.1.3p1 - I would assume compatibility up to at least 2017.4.x but this has not been tested. @EnoxSoftware might also also be...

Hi @RawadBahsas, I hadn't actually tested the examples because I was working straight into a separate app. I've updated the VideoCapturePanel example - the main issue seemed to be stemming...

The issue that they were addressing was only relevant to Master builds, where the code required to use the native pointer for the SpatialCoordinateSystem was being stripped by the editor....

I think the shared streaming only works on RS5 - this issue also affects Vuforia in RS4 but didn't in RS1. (Though Miracast will be a healthy alternative in RS5...

Thanks Chris, and some interesting points. I haven't done any testing without the device provided projection and distortion matrices, so I can't say for sure whether there would be an...

Hi @techtide, this PR works in 2018. I can't say if the example still runs, but the .dll is definitely functional. Since it has no reference to Unity, it should...