- Home /
How to create a 2D equipment system?
I have created my inventory system, although I am not sure how I can allow those items to be physical objects, right now they are just in the inventory for looks, I would love to learn how to equip them to the player. I have also scripted a weapon, I am just not sure if I am able to connect those two, if anyone could help me I would be very greatful. The game is a side-scroller.
Posting the scripts would help out people trying to help you.
Answer by hexagonius · Feb 16, 2015 at 10:08 PM
Usually your Character should have several sockets in form of gameobjects somewhere on your character. Ideally they are rotated the same way your assets are. If you then make the current equipment item's transform parent that socket, set its position to 0/0/0 and align its rotation it should do.
Answer by ik1602 · Feb 23, 2015 at 01:03 PM
Try our free asset Diabolic RPG Inventory - Free http://goo.gl/gn68Hj
Your answer
Follow this Question
Related Questions
How can you make an inventory and crafting system? 0 Answers
Access Inventory from player 1 Answer
inventory help 1 Answer
Accessing local system ( File Browser ) 2 Answers
Equipment Customization 1 Answer