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
374 stars 96 forks source link

[BUG] Broken asset in HandInteractionExamples scene in MRTK3/main branch #848

Closed ms-RistoRK closed 1 month ago

ms-RistoRK commented 1 month ago

Describe the bug

The following asset is broken in HandInteractionExamples scene HandInteractionExamples\MixedRealitySceneContent\Touch Interaction\MRTK_Logo as in:

image

To reproduce

Steps to reproduce the behavior:

  1. Clone MRTK3/main branch
  2. Open in Editor HandInteractionExamples scene
  3. Expand scene hierarchy until reaching HandInteractionExamples\MixedRealitySceneContent\Touch Interaction\MRTK_Logo
  4. See error that MRTK_Logo is missing

image

Expected behavior

When opening HandInteractionExamples scene the MRTK_Logo under Touch Interaction should not be broken.

Screenshots

image

Your setup (please complete the following information)

Target platform (please complete the following information)

whebertML commented 1 month ago

@ms-RistoRK , I'm not seeing that missing prefab reference at all, in a clean & freshly synced latest feature/XRI3 branch.

image

Wonder if you need to delete Library folder and re-open the project, and if you'd still see that.

ms-RistoRK commented 1 month ago

Update: This is not a repo issue. The problem was that my git-lfs stopped working and after re-installing it all assets are now properly decoded. Closing this issue.