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
6k stars 2.12k forks source link

Identifier uniqueness warning in MRTK3 preview #10637

Closed david-c-kline closed 2 years ago

david-c-kline commented 2 years ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


Reported via holodevelopers on slack:

image

This is with the pre.6 release

REPRO STEPS

keveleigh commented 2 years ago

This is also present in MRTK2, which might help narrow down the offending object image

Zee2 commented 2 years ago

@davidkline-ms , can you revisit this and ensure this is fixed?

david-c-kline commented 2 years ago

warning is coming from the standard assets folder.... investigating

david-c-kline commented 2 years ago

Root caused this warning to the Cheese.fbx file. It contains multiple items labeled node_id4...

david-c-kline commented 2 years ago

@cre8ivepark, I do not appear to be good enough at modeling tools to resolve the multiple node_id4 entries in the model (Unity shows 3 of them, post import). Can you use your design skills to resolve the import warning?

Thanks!

cre8ivepark commented 2 years ago

Opened PR for the fix.