Question by
DemonGamesLab · Feb 15, 2016 at 12:31 AM ·
c#unity 5scripting problemscripting beginner
how do i keep an item destroyed when i change the scene c#
So I am getting very far in my game now, and just testing new ways to do things, I have some money in the player house and when the player collects the money the cash drops get destroyed but if I go out my house (leaving the scene into a new one) and I come back in the money is there again but I only want that money there as a bonus for new players so I basically want to keep it destroyed when changing scenes, I use c#, so how would I do this ? I have been trying to look it up and only found a few things but it did not help, thanks in advance :)
Comment