July 2017
Beginner to intermediate
390 pages
10h 53m
English
In the same Visual Studio solution start a new Holographic app. You know, the one with the cube; the one we have been using all the time.
First, we will add a new class to our app. Use the same code as before to define the SomeDataStructure class. In an ideal world, you would set up some sort of library that handles all these data structures, but for now a simple copy will do.
Next, add a reference to Json.NET from NuGet. At the time of writing , the latest version was 10.0.1, but that version is incompatible with the other packages the HoloLens template uses, so I had to downgrade it to version 9.0.1. You might have to do to the same: if you get any error while installing the package, try an earlier ...
Read now
Unlock full access