Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2018.4.14f1
2020.2
Issue ID
1246564
Regression
No
[Feature Request] ModelImporter SkeletonPath is not exposed and cannot be used in custom importers
Generating an Avatar Mask skeleton from the generated avatar is impossible due to a check inside "AvatarMaskInspector.cs: ImportAvatarReference()". In that method, a check is made to determine if the importer used inherits ModelImporter. If not, the 'Import Skeleton' button is simply grayed out and the avatar is unusable. This implies that
user should inherit from ModelImporter rather than ScriptedImporter, but ModelImporter is not made to be inherited.
Expected result: User has access to SkeletonPath via ScriptedImporter
Actual result: User doesn't have access to the SkeletonPath and thus recreating Unity's default model import workflow is impossible
Reproducible with: 2018.4.25f1, 2019.4.4f1, 2020.1.0b16, 2020.2.0a18
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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Resolution Note (2020.2.X):
The Model Importer doesn't support plugins or extensions by-design.
Whilst the team is having a wider discussion about making that happen in the future, I would like to close this specific bug because it would form a part of a much larger effort/feature.