Dude! This video is awesome! Exactly what I'm looking for with an inventory system, scriptable objects, versatility, and expand-ability!
@charmeager26 жыл бұрын
I’ve needed this tutorial forever.
@DapperDinoCodingTutorials6 жыл бұрын
Well here it is :D
@Haterino6 жыл бұрын
The video really helped me with my problems with my inventory, rly nice man !
@JB-iz8bi4 жыл бұрын
I liked the video before watching it :)
@JB-iz8bi4 жыл бұрын
Just facing a problem. After I drag the item into another slot, it still gets duplicated even though I did what you said. After I drag my image to another slot, it gets duplicated there but the place where it was before still has the exact same image on it just that you can't drag it. Thanks!
@mainmanmike_74406 жыл бұрын
I still don't understand how the raycast selects the slot you are over, based on the code you typed in. Is there a more simple way to do a graphic raycast?
5 жыл бұрын
thank you so much. really love your tutorial !
@thepope...5 жыл бұрын
Hi, I need help Could you send me the scripts because I had to watch your video four-times and I can't fix a bug with the dragging script. P.S. Please help me as soon as possible!!!
@ankl68735 жыл бұрын
The icon of the item doesn't appear when it's being dragged like it does it the video. I did everything exactly how you did. I've tried for several hours to figure it out myself and rewatching the video to see if I missed something. The people in your discord unfortunately weren't helpful. Even someone with the "Helpful People" title. For my purposes, I don't even need item dragging. I'm just bothered why it doesn't work when I did it exactly the same and want to understand why.
@KandaOneiros4 жыл бұрын
A little note for future readers: if the drag is not working check your canvas RENDER MODE. This tutorial uses SCREEN SPACE OVERLAY and not SCREEN SPACE CAMERA. I've been struggling with this for a while and then I set the Screen Space to Overlay. Boom, it worked fine as in the tutorial. Don't know why, but still fine.
@TheHauntedSockdrawer6 жыл бұрын
how could one make these items stackable?
@DapperDinoCodingTutorials6 жыл бұрын
Heya, I'm just about to start recording the next video in the series and it's all about stacking items :D It'll be coming out within the next 2 hours I assume so stay tuned :D
@DapperDinoCodingTutorials6 жыл бұрын
Actually, sorry about this but I'll actually do that video tomorrow. There's something else I need to do in preparation for it and change some things around (I'll explain why in the video). Thanks for being patient :)
@bissash1035 жыл бұрын
You have good knowledge of unity but you need to impruve the way you write code, i recomend you to read "Clean Code", you cant teach how to make something if you do it in the wrong way. Forgive my english im practicing it.
@DapperDinoCodingTutorials5 жыл бұрын
This video is from over a year ago and I can assure you that my code is much much cleaner now. Take a look at my newer videos :)
@alexpanov42705 жыл бұрын
Item pdoppedItem = Inventory.instance.itemList[eventData.pointerDrag.GetComponent().transform.parent.GetSiblingIndex()]; Looks completelly awful! Never use things like this in real projects!
@TheSixoul5 жыл бұрын
Never say don't do something and then don't give better example. Makes you look like a douche.