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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment