Search Issue Tracker
Fixed in 3.2.1-preview.2
Votes
0
Found in [Package]
2.0.1-preview.2
Issue ID
1199996
Regression
No
[FbxExporter] Exported FBX's RelPath ofTexture is incorrect
To reproduce:
0) Extract attached project into C:\Project\FbxExporterTest-2019.10
1) Open attached project and scene
2) Right-click on Cube object and select Export To FBX
3) Click the "Export" button in the Export Options window. It exports selected Cube object into Assets/Cube.fbx
4) Open Cube.fbx by using any text editor
Actual: RelPath of BluePng.png texture is set to "..\..\..\..\..\Projects\FbxExporterTest-2019.10\Assets\Textures\BluePng.png"
Expected: It should be "Textures\BluePng.png" or "..\..\..\Projects\FbxExporterTest-2019.10\Assets\Textures\BluePng.png".
Reproduced on Unity 2018.4.0f1, 2019.2.0a1, 2020.1.0a14
Reproduced on FBX Exporter 2.0.1-preview.2, 2.0.3-preview.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment