Search Issue Tracker
Won't Fix
Unknown (hidden) 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.1.16f1
2022.2.0b8
2023.1.0a10
Issue ID
UUM-13589
Regression
No
Texture clamp mode isn't respected when importing FBX with embedded textures
Reproduction steps:
1. Open the user's attached project
2. Import "cat_03_clamp" with embedded "clamp" texture
Expected result: FBX imported with "clamp" texture
Actual result: FBX imported with "repeat" texture
Reproduced with: 2020.3.39f1, 2021.3.9f1, 2022.1.15f1, 2022.2.0b7, 2023.1.0a9
Reproducible on: Windows 11
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
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
Resolution Note:
This makes sense and would be a great feature but unfortunately, I don't think we're able to add it. Extracting textures from a FBX file simply creates image files in the project folder, the ADB then detects those files and imports them with the default Texture Importer settings. We have no way to pass on the wrap mode data from the Model Importer to the Texture Importers :(