Quantcast
Channel: Recent Discussions — Mixed Reality Developer Forum
Viewing all articles
Browse latest Browse all 10543

Using unity to build a hololens app

$
0
0

I have an unity application that is is built to UWP( windows 10) and run in Hololens. I have some code that needs an external package that i install in the generated project(s) with nuget. This will update the project.json file. The problem is when i rebuild from unity. The project.json file is reset.
How can i change the content in the generated project.json(so it won't be reset to default), ideally from Unity.?

(I have tried to add the dlls from the nuget package to assets\plugin, but then i get a serialization error when building the generated solution to master build from the UWP visual studio solution)

What is the best practise adding external nuget packages?


Viewing all articles
Browse latest Browse all 10543

Trending Articles