microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

The cube is not shown #5

Closed arcadiogarcia closed 7 years ago

arcadiogarcia commented 7 years ago

After building and deploying the SampleApp project successfully to the HoloLens, I tried to execute the app in debug mode. Visual Studio did not report any error or exception, but after waiting a couple of minutes for the sample to load it did not render anything. If I understand correctly, a textured spinning cube should appear somewhere around me, am I missing something? What could be the issue?

Almost-Done commented 7 years ago

Can you please pull the latest changes and try again? There was a debugger combination that caused JsStartDebugging to fail and prevent any further script execution. We ignore errors in JsStartDebugging now.

arcadiogarcia commented 7 years ago

That seems to do the trick, thanks!