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
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
- ScalableBufferManager does not work correctly when MSAA and RenderGraph Compatability are enabled
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
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.