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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.