MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
342 stars 86 forks source link

[BUG] When the gltFast project hits its Git LFS limit, the MRTK3 sample project fails to work #630

Open ms-RistoRK opened 5 months ago

ms-RistoRK commented 5 months ago

Describe the bug

A fresh clone of MRTK3 main branch repo fails to load in Unity Editor with Unity Package Manager Error shown next:

image

To reproduce

  1. Clone MRTK3 main branch locally
  2. Use Unity Hub to add project located in \UnityProjects\MRTKDevTemplate
  3. See error

image

Expected behavior

After Step 2, Unity Editor should open, import packages, without displaying any Unity Package Manager Error.

Screenshots

image

Your setup (please complete the following information)

Target platform (please complete the following information)

Additional context

It seems that a package from https://github.com/atteneder/glTFast is registered in the package manager.

AMollis commented 5 months ago

This in some way is an external issue. We can look at updating the sample to Unity gltf plugin instead, which wouldn't have the same issues.

ms-RistoRK commented 5 months ago

Won't fix because:

keveleigh commented 5 months ago

Re-opening to continue tracking. Assigning to myself.