Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a7
Issue ID
1168181
Regression
No
New warning from one particular .FBX when using Asset Pipeline v2
Candle_Set.FBX file (you can find it in attached project) started to introduce warning in 2019.3 (uses Asset Pipeline v2).
There is no warning in 2019.3.0a3.
But there is warning in 2019.3.0a7 and a9.
So it could be a regression or improvement.
How we can reproduce it using the example you attached
1 Simply open attached project in 2019.3.0a7 or later build
(To reproduce this warning in already opened project - select Candle_Set.FBX file in Project view, click Right Mouse Button and select Reimport )
Actual results: 2 same warnings appear in Console:
"Identifier uniqueness violation: 'Name:Candle, Type:Mesh'. Multiple Objects with the same name/type are generated by this Importer. There is no guarantee that subsequent imports of this asset will properly re-link to these targets."
Expected results: not sure if this is a regression or improvement
----
Note: The warning was recently pulled down to the base importer (used to be only in the scripted importer) so it may start appearing in more asset types.
However it's not a regression, it's just the pipeline giving more info to the user in a situation that was just silently happening before already.
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
milekfarion
Jun 16, 2020 15:27
The problem is in the 2019.4.0f1
mgear
Mar 19, 2020 16:02
still happening in 2020.1.0b2
Lynxed
Jan 13, 2020 15:31
This has to be optional. When i have an fbx with a thousand objects, that are named the same (for parsing reasons), i don't want to wait for Unity to show me all those warnings.