Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a2
Issue ID
1051689
Regression
No
Changes in Rect Transform are not applied to prefab variants
Changes in Rect Transform are not applied to prefab variants
Steps to reproduce:
1. Create an empty game object and add Rect transform
2. Drag the empty game object to project tab to make prefab
3. Create prefab variant(right click on the prefab >> create >> prefab variant)
3. Make changes in the Rect Transform of the prefab variant
4. Make sure autosave is checked on or user needs to save it manually
5. Open prefab variant again to check changes has been applied to it or not
Check the attached video to reproduce the issue
Expected Result: Changes should be applied
Actual Result: Changes are not applied
Occurring with:
Version 2018.3.0a2 (e9113db2e9bf)
Branch: prefabs/improved
Version 2018.3.0a3 (8235364df44d) Personal
Branch: prefabs/improved
Environment:
Windows 10 and Mac 10.13
This is by design. Default override properties do not propagate to Prefab instances, including the instance of a base Prefab inside a Prefab Variant. See the documentation section "Alignment is specific to Prefab instance":
https://docs.google.com/document/d/1MjxUjT1krD4iB91kKpUIAF7NMr3gUrvo5x3EXi9AGbw/edit#heading=h.hq5our40rul5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Add comment