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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.