Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b1
2018.3.12f1
2019.1.0a1
2019.2.0a1
Issue ID
1148366
Regression
No
[TreeCreator] Base Prefab is also modified when changing Prefab Variant Tree parameters
How to reproduce:
1. Open the attached 'TreeCreatorVariantBug.zip' project
2. Go to Project tab and double-click on 'Tree Variant' (to open it in the Prefab Mode)
3. Change ''Tree Seed' parameter
Expected result: Changes are applied just for Prefab Variant
Actual result: Changes are applied for Prefab Variant and base Prefab
Reproducible: 2018.3.14f1, 2019.1.0f2, 2019.2.0a13
Can't reproduce: 2018.3.0a6, 2018.3.0a9, 2018.3.0a11, because not able to change parameters
Notes:
- Prefab Variant feature was introduced in 2018.3.0a6
- Workaround: edit Tree's parameters through the Inspector by selecting an asset in the Project tab (not by opening in Prefab Mode)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (2019.3.X):
It is the tree script, also the fact that the tree data lives as an added object to the base prefab and modifying the tree data actually changes to data in the base. The variant does not support modifying the actual tree data.