Search Issue Tracker
By Design
Votes
0
Found in
5.2.1f1
Issue ID
731047
Regression
Yes
[AssetImport] When importing package from Unity4 to Unity5, in animations transform.scale.z is set to 0
To reproduce:
1. Open an empty project in Unity4
2. Import the package the user attached into the project (remove the .unsafe extension from the filename)
3. Open the scene "Scene"
4. Open the object "Car" in the hierarchy
5. Open the object "All" inside "Car"
6. Open the object "Vehicle Animation" inside "All"
7. Open the animation window
8. Open the animation "VehicleTwistRight"
9. Notice that transform.scale.z is always 1.
10. Open a new project in Unity 5
11. Repeat steps 2-8
12. Notice that transform.scale.z is always 0.
Regression since Unity 5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Use incremental GC" is a shared parameter but not identified as one with a "*" when displayed in the Player Settings
- "Path could not be found for script compilation file" error is thrown when the files are injected with RegisterPostInitializationOutput
- SrpBatcher causes all SpriteRenderers to render the same sprite when the shader is not compatible with the SrpBatcher
- SelectedIndex does not update when a ListView item is selected by a Mouse click
- Material tiling does not work when compared to the behavior in other versions
Add comment