Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0a4
2018.1.0f2
Issue ID
1041722
Regression
Yes
Building gameObject into AssetBundle changes its transform rotation
To reproduce:
1. Download attached project "MeshPrecision.zip" and open in Unity
2. Open "SampleScene" scene
3. Click Window > AssetBundles Browser
4. Press "Build" button in "Build" tab
5. Inspect "terrainmesh_0_1_0" gameObject and all his child's to see that them Rotation are 0, 0, 0
6. Enter Play mode
7. Observe "terrainmesh_0_1_0(Clone)" gameObject and all his child's
Expected results: "terrainmesh_0_1_0(Clone)" gameObject and all his child's Rotation are 0, 0, 0
Actual results: "terrainmesh_0_1_0(Clone)" gameObject and all his child's Rotation are random numbers
Notes:
- This issue is reproduced on both Windows and OSX
- Video of reproduction of this bug is in Comments section
- Sometimes you need to build asset bundle multiple times to reproduce the bug, and every time it changes to a different value
Reproduced on Unity 2017.1.0a4, 2017.1.4f1, 2017.2.3f1, 2017.3.2f1, 2017.4.4f1, 2018.1.2f1, 2018.2.0b5 and 2018.3.0a1
Not reproduced on Unity 2017.1.0a3
Regression on Unity 2017.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment