Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
2017.4.0f1
2018.2.15f1
2018.3.3f1
2019.1.0a14
2019.2.0a1
Issue ID
1101009
Regression
No
Some models have missing submeshes when imported as .obj
Reproduction steps:
1. Open attached project ("SubMeshBug")
2. In the Project window, select "Ray Dagger" asset
-- In Inspector window, notice that there is only one Remapped Material
3. In the Project window, select "Ray DaggerBlend" asset
-- In Inspector window, notice that there are two Remapped Materials
Expected: Imported .obj has the two submeshes
Actual: Imported .obj has only one submesh
Reproduced with: 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Note:
- Another model (Avenger) in the project with same topology structure and UV mapping does not exhibit the issue
Comments (3)
-
CyberFox01
Mar 25, 2021 03:16
Encountered this issue on Unity 2019.3.1f1
However the problem was not spaces in path, but instead Chinese characters. -
Patricia14
Jul 30, 2020 06:10
Unity is a website using to search and track issues. It has a detail about postponed that means the issue was either a feature request or something. They might have technical issues in their internal maps. I prefer to check <a href="https://pillarwm.com/10-questions-to-ask-your-wealth-manager-and-the-answers-you-want/">should i hire a wealth manager</a> to learn more new ways of net worth. You can attach your working model here for more join it.
-
jesusluvsyooh
Oct 13, 2019 12:40
Happens with .obj too, i removed the spaces from all files names (texture, gamesobjects, .obj and materials) and now my submeshes and materials don't vanish.
Latest LTS 2017, 2019
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
- Decal not projected on top of a Lit Material when MSAA is enabled, and Rendering Path is Forward or Forward+ in a Standalone Build
- Separation lines between minimized fields become invisible when scrolling in the Profiler
- Drag & drop and object picker assignment fail when ExposedReference variables are used in a Timeline clip
- AudioSource.time prints out 0 when AudioSource is not playing even if it is manually set
- [Android][GameActivity] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 8 simultaneous touch inputs
Resolution Note:
The issue is in the FBX SDK.
It looks like the FBX SDK cannot resolve the .mtl path if it contains a space, replacing 'mtllib Ray Dagger.mtl' by 'mtllib Ray_Dagger.mtl' and updating the .mtl file name accordingly fixes the issue.