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 ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
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.