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
358 stars 91 forks source link

Identifier uniqueness warning in MRTK3 preview #418

Closed IssueSyncBot closed 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@david-c-kline david-c-kline


Reported via holodevelopers on slack:

image

This is with the pre.6 release

REPRO STEPS


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/10637

IssueSyncBot commented 12 months ago

Original comment by:

@keveleigh keveleigh


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

IssueSyncBot commented 12 months ago

Original comment by:

@Zee2 Zee2


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

IssueSyncBot commented 12 months ago

Original comment by:

@david-c-kline david-c-kline


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

IssueSyncBot commented 12 months ago

Original comment by:

@david-c-kline david-c-kline


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

IssueSyncBot commented 12 months ago

Original comment by:

@david-c-kline david-c-kline


@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!

IssueSyncBot commented 12 months ago

Original comment by:

@cre8ivepark cre8ivepark


Opened PR for the fix.