EnoxSoftware / HoloLensWithOpenCVForUnityExample

HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
MIT License
262 stars 50 forks source link

ArUco Scene Not Building #22

Closed AdamLabecki closed 4 years ago

AdamLabecki commented 4 years ago

I have found that the example will not build when the ArUco scene is included.

When I trying to build, the Building Player will freeze while trying to build HoloLensArucoExample, and never advance beyond that point and no errors are reported.

I was able to build to HoloLens Example when that scene is removed (even the ArUCo Calibration scene is fine), but it happens to be the scene that I needed. I am trying to discern what element in the scene might be causing the problem.

(It turned out that restarting the Unity Editor fixed the problem. I should have tried that before posting here).