Hello, I encountered an issue while using the shape grid. For design purposes, this item was designed with this shape.
It can move correctly in the inventory
but when I move it from the equipment slot to the inventory, the shape of the item cannot be recognized correctly. I hope to resolve it.
Rather than the shape not being recognized properly, I think there is something preventing you from moving the item from the equipment to the Inventory Grid.
This is handled by the drag and drop conditions and actions. Learn more here:
Items can be moved within and between Item View Slots Containers using drag & drop (mouse) or with special Item View Slots Container Item Actions . . .
opsive.com
My guess is that the condition is failing that's why it's red when you try to drop it from the equipment.
There are multiple reasons the condition would fail. Perhaps it thinks the item is already part of the Inventory and can't add it again, perhaps something else.
Let me know what drag&drop condition you are using and if possible try to step through the code as you hover to see what part of the code returns false
Apart from the anchor point position, I'm using mostly default settings, and there are no errors or warning prompts during item movement. This seems to be a misalignment caused by changing the anchor point. I'm not sure if others have encountered this issue (as it seems quite easy to trigger). If others haven't experienced it, there might be an issue with my settings?
Thank you for reporting this bug. I was able to find the root of the issue
Note that this fix will come in the next update. But if you want to fix it yourself here are the scripts I changed: