Search Issue Tracker
Won't Fix
Won't Fix in 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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 :(
Resolution Note (2023.1.X):
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 :(