Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.3.X, 2020.1.X
Votes
1
Found in
2018.3
2019.3.0f3
Issue ID
1238280
Regression
No
Prefab Variant Transform fileId changes
Steps to Reproduce
1) create new project
2) Create Resources folder
3) Create Prefab - call it Base - in resources folder (Empty GameObject will do)
4) Create Prefab - call it Dummy - in resources folder (Empty GameObject will do)
5) Create Prefab Variant of Base in Resources folder
6) Double click Variant to edit it, make the Dummy prefab a child of the root inside the variant and save the variant
7) Open variant in text editor and find the Transform marked as "stripped" make a note of the fileid (the number just before the "stripped" keyword)
8) Back in the Editor build any standalone player
9) Double click Variant to edit it. Change the scale on the root or any other property, save the variant
10) Open the variant in a text editor find the Transform marked as "stripped" and notice the fileid is different from step (7)
Expected behavior: fileid of the stripped Transform does not changed
Actual behaviour: fileid of the stripped Transform changes
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