microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

Can not open the MixedRealityToolkit-Unity #1952

Closed toriop closed 6 years ago

toriop commented 6 years ago

when I cloned the whole project to my computer,and open it, it always has error like this: image is thre anybody know what can I do to solve this problem?

Expected Behavior use MixedRealityToolkit-Unity

Actual Behavior

Cannot use MixedRealityToolkit-Unity

Unity Editor Version Unity 2017.4.1f1 (64-bit)

Mixed Reality Toolkit Release Version lasted one

In fact, I have opened it one week ago;but I don't know why there is problem now.

SimonDarksideJ commented 6 years ago

Have you tried the downloadable asset from a new Project? The JSON error is a Unity one, since Unity changed to their new nuget style package manager. P.S. you should either use 2017.2, or 2017.4 (unity have deprecated the 2017.3 release in favour of the 2017.4 rename :D)

toriop commented 6 years ago

yes, now I change to Unity 2017.4.1f1 (64-bit), and use "HoloToolkit-Unity-2017.2.1.4-rc.unitypackage". But there is still the same problem......

image

toriop commented 6 years ago

by the way, according to the error I find in my computer,I only have image so what is 4.1.1 and is so important?

keveleigh commented 6 years ago

I've seen that related to the GLTFSerialization DLL, but that message shouldn't stop anything from building or running. Can you not build?

keveleigh commented 6 years ago

And here's a corresponding issue on their side: https://github.com/KhronosGroup/UnityGLTF/issues/161

toriop commented 6 years ago

ok, you are right, although with the error, it don't stop anything from building or running. 👍

Thank you so much!