please help me im trying to to make a crafting system I tried and looked all over youtube but cant find any thing on it thanks also is it possible for u to make a pc controller work in unity
Well if you are comfortable with using classes, you could say an abstract ingredient class has all the variables that an ingredient would need. Then, you could have a bunch of more-specific children classes that would hold the real info you will use. Then,make an array/list of all the ingredients. To craft, you could say something like: “if the input is THIS and THAT, make NEWITEM.” I’m sorry if this is vague, but I’d love to help if you had a script started.
http://www.speed-tutor.com/2013/09/creating-a-simple-crafting-system-in-unity3d
EDIT:
this is an asset for free