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
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
- "CommandBuffer: temporary render texture not found while executing" warning is shown when Compatibility Mode is enabled and Camera stacking is used
- NotImplementedException is thrown when using System.String.Replace(String, String, Boolean, CultureInfo)
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
Add comment