I’m looking to put upgrades into my 2d game. As an example I have a mining machine with 3 upgrades. The machine gets bigger and can mine faster. I thought as to put all upgrades into an upgrade list, cycle through it on start up and then just assign the correct sprites and attributes if that was the case. Then I thought whether to just have 3 upgraded game objects and set them to active when upraded.
The other issue I have is that I want to upgrade what I can mine as levels progress. I want to be mining mineral/rocks and then be able to buy with my game currency potential upgrade materials such as gold, silver, etc. This seems like the method would be completely different to the above but im just looking for a bit of guidance.
Thanks