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
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
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 :(