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
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
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 :(