playMaker

Author Topic: how do you make an inverntory system ?  (Read 2298 times)

allo888

  • Playmaker Newbie
  • *
  • Posts: 24
how do you make an inverntory system ?
« on: December 08, 2013, 09:10:03 AM »
im making an rpg and i have few ideas but they dident work has anyone got any examples or tutorials or could help me ?

Bjakuja

  • Junior Playmaker
  • **
  • Posts: 75
Re: how do you make an inverntory system ?
« Reply #1 on: December 08, 2013, 12:28:50 PM »
Hi! To make inventory system you have to work on your code a lot and it is not that simple because you have many things to define and to care about.
I have made one inventory system for Playmaker and it's on store already

https://www.assetstore.unity3d.com/#/content/13203

This inventory is based on hash tables and array maker so everything inside works through those methods, items storage, item properties, shop, containers, stats, save...

allo888

  • Playmaker Newbie
  • *
  • Posts: 24
Re: how do you make an inverntory system ?
« Reply #2 on: December 08, 2013, 03:04:33 PM »
thanks but i cant afford that at the moment i will have to do alot of learning to find out how to make one ,ty.

parallel

  • Full Member
  • ***
  • Posts: 155