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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
Add comment