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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
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.