TomorrowTodayLabs / NewtonVR

A virtual reality interaction system for unity based on physics.
MIT License
785 stars 194 forks source link

Fixed Windows MR loading model code #178

Open tiagosomda opened 6 years ago

tiagosomda commented 6 years ago

There was an update on the Mixed Reality Tool Kit which broke the current NewtonVR code. They removed the GLTFComponentStreamingAssets script to keep up with the drop in KhronosGroup/UnityGLTF: https://github.com/Microsoft/MixedRealityToolkit-Unity/pull/1650

The model now loads correctly again :)

etiennemargraff commented 6 years ago

LGTM, thanks! (cannot merge myself)