microsoft / OpenXR-Unity-MixedReality-Samples

Sample Unity projects to demo how to use OpenXR plugin in Unity for HoloLens 2 and Mixed Reality headsets
MIT License
248 stars 70 forks source link

"com.microsoft.mixedreality.openxr-1.0.3.tgz is not a valid package tarball" #45

Closed nicolashahn closed 3 years ago

nicolashahn commented 3 years ago

I'm seeing this error when attempting to start the BasicSample project. On Windows, using Unity 2020.3.15f2. Any idea why this is happening?

keveleigh commented 3 years ago

I believe we use git LFS for the tarballs in this repo. https://git-lfs.github.com/ You may need to enable that specifically for this repo in order to ensure the .tgz files are pulled down. You can check if this is the case by looking in the MixedRealityPackages folder and seeing if you see actual .tgz files or placeholders.

yl-msft commented 3 years ago

@nicolashahn hope you have solved this by enabling git LFS before cloning the repo. This is a common mistaken developer make for unity git repo. Let us know if you have further questions.