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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment