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
- Missing space in Cache Server documentation link tooltip in Project Settings
- Android soft keyboard's arrows and select tools do not have visual feedback when Hide Mobile Input is enabled
- No padding in the UI Toolkit Project Settings
- Unity Perforce: Connection is extremely slow or times out when "Scan Local Packages on Connect" is enabled in Version Control while the project has many local packages
- Not compatible Style Sheets can be selected in the TSS files under "Style Sheets"
Add comment