bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

Using my own character with inventory pro #204

Closed bsimser closed 8 years ago

bsimser commented 8 years ago

Original report by andre nguyen (Bitbucket: myQQ218734, ).


So I have my own character model and I've tried adding the Inventory Player script onto it, but the character won't pick up items. I thought it was just my own character so I tried using Unity-chan and that didn't work either. For some reason when I use ethan or the character that comes with inventory pro it works. Is there a step that I'm missing?

bsimser commented 8 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Most likely you're missing the InventoryPlayerRangeHelper (or InventoryPlayerRangeHelper2D if you're building a 2D game). This should be added as a child object on the player. Opening the Setup wizard will warn you about this and offer to add it for you

bsimser commented 8 years ago

Original comment by andre nguyen (Bitbucket: myQQ218734, ).


thanks !