Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.4.X
Votes
0
Found in
2018.3.14f1
Issue ID
1169079
Regression
Yes
Kaydara FBX Binary becomes a YAML file when Editor serializes changes
To reproduce:
1. Download attached "FBX_serialization.zip project and open in Unity
2. Open the Assets > asset.fbx file in a Text Editor - You should see that it's a Kaydara FBX Binary
3. Click on the asset.fbx file in the Project window - Tou will get Error in Console saying that Unity failed to import the FBX
4. Open the Assets > asset.fbx file in a Text Editor - You should see that it's now a YAML file
Notes:
- This issue happens on both Windows and macOS
- A .FBX file corrupts when the Inspector rounds the Transform values in OnInspectorGUI and calls ApplyModifiedProperties
Reproduced on Unity 2018.3.14f1, 2018.4.4f1 and 2019.1.0f1
Not reproduced on Unity 2017.4.30f1, 2018.1.9f2, 2018.2.21f1, 2019.1.0f2, 2019.1.11f1, 2019.2.0b10 and 2019.3.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GameObject doesn't execute animation the way it's supposed to until any GameObject in the Hierarchy is selected when in the Play Mode
- PropertyField does not properly render its field when changing it back from a valid Asset to "None"
- "ArgumentException: Input Button Enable Debug Button 1 is not set" is thrown when "Enable Debug Button 1" is deleted
- Duplicate invocations when Enabling InputActions during handling an input action
- "Assertion failed on expression" exceptions are thrown when using IJobParallelForTransformExtensions.RunReadOnly
Add comment