Larry Aultman
Larry Aultman
It seems that the docs might be out of date on this. AddChild is not described. AddSubset seems to have been the forerunner to AddChild method. Their signatures are very...
## Describe the bug Since Unity 2020.3.11f1 the MixedReality Toolkit fails to "install" in a brand new Unity project. Please note. If you initialize Unity project as described below then...
## Describe the bug When starting a brand new Unity project following the documentation [here ](https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/tutorials/mr-learning-base-02?tabs=openxr) using Unity versions 2020.2.7 - 2020.3.2 with MR Feature Tool v1.0.2103.3 Beta does not...
The page references Git projects that are more than four years old and the libraries either do not exist or are in new namespaces. Documentation does not indicate the new...
## Description According to the [documentation](https://stereokit.net/Pages/StereoKit.Framework/IStepper.html) if class derived from IStepper has its Enabled property set to false the Step method on that class is not called (assuming thereby, time...
After creating a model in Blender and exporting to GLTF (embedded textures, materials) I get and error in Visual Studio when trying to access the Node. In this case I...
@maluoi I moved this conversation because the virus issue is resolved at the moment. For others reading this please see the chain for context. > It's possible maybe something from...
In an interesting problem, I was calculating sizing from changes in scale using X,Y,Z directly. It seems that there is the possibility to calculate in a way where one or...
## Description Vec3.cs in SK documentation references a broken link. ``` /// The dot product is an extremely useful operation! One /// major use is to determine how similar two...
StereoKit references and employes the Windows.Perception.Spatial SpatialBoundingBox. There is another implementation called SpatialBoundingOrientedBox. Like the SpatialBoundingBox it adds a property for the orientation. The orientation allows the developer to reorient...