Hi,
So I have an inventory system and I want to be able to drag items around in the inventory. It all works fine except when I want to drag with the left mouse button. I feel like something is eating the input but I’m not sure what it is. I’m only using the on-mouse-down function which checks if it was a right click and when it does, it runs through. But when I left click or left click and drag, it doesn’t even run that function. Any help or ideas would be greatly appreciated