Search Issue Tracker
By Design
Votes
2
Found in
Issue ID
619603
Regression
No
Unity's FBX importer ignores transparency values of 100%
How to reproduce:
1. Create a new project
2. Import the FBX object into Unity Editor (It can be created in any 3d application. Its matterial 100% transparent)
3. Upon import, the object will be assigned a Diffuse shader, not a Transparent/Diffuse shader.
Note: object is assigned to Standard shader with Unity 5.0.x
Unity does not take count of opacity value during FBX import.
One should use a texture with a transparent alpha channel in 3d application for the material before import in Unity or one can always change shader use for the material by the Diffuse/Transparent one after import.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Add comment