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
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
- Crash on GeneratePropertyDiffInternal when using NodeCanvas nodes
- Overrides in nested prefabs are ignored when importing
- Warning "Unable to load Unity.Android.Gradle's referenced assembly NiceIO ..." when recompiling scripts
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
Add comment