Hi!
I tried to find similar problems in the forum, didn't find anything quite like this. (Usually this means I'm just messing up something simple.) So. I have a prefab (bowl) that is instanced to the scene with create object command. Player can then fill the bowl with different foods and then drag & drop the bowl away. When dropped, a new bowl is instanced. Now, for some reason this new bowl has all the same variable values as the previous bowl! The changes made to the bowl don't affect the prefab as they shouldn't, but how can they affect the yet unborn new instance?