in game shop

Hey,

I was trying to find a tutorial or some information regarding an “in game shop”, basically somewhere to buy weapons, clothing etc…

Would most people use an inventory system with some form of currency?

I don’t know of any tutorials off hand… but in the same respect I don’t read/like/use tutorials, so I wouldn’t really know of this kind of stuff.

As for information.

What kind of information are you looking for? What kind of stuff have you figured out from your own working with it? Let’s have a discussion on the matter, that’s the way I prefer to learn things… discuss it with people and actively use my own mind to come up with ways to solve a problem.

  1. Item class
  2. Database (Just use an array)
  3. You’ll likely need an inventory of some sorts
  4. Vendor UI buttons to represent database items and add them to your inventory

More detail is available if needed…

Thanks for your replies!!

The reason i was asking for a tutorial on creating an ingame shop is because i am in no way a programmer but i know how to follow instructions and will learn how to expand on anything i learn.

@whatbadguy. Thanks for the info. I will look into each thing you said and try and learn from there.

Hi, I am pretty new to unity and scripting in general but I seem to be getting the hang of it quickly. I am looking to do somewhat of the same thing as mentioned above. Can you please tell me more details of how to go about doing this?