Change variables values in scene object returns to prefab settings

cantRemember

New member
Hello everyone!

My question is - Can I change variables values on scene object which is prefab? My problem is that when I made some changes on scene object and hit Play, all variables return to prefab values. They're just instanly override by prefab. Can I do something with this?
 
For this situation I would save your tree to an external tree, and then on each prefab instance use that external tree. You can then override each variable for a specific instance.
 
Top