The location of Tooltip ItemActionPanel is not correct when you open the inventory first time

Justus

Member
1) at the first time you open the inventory, a slot will be selected by default.
2) don't use mouse to touch any slot. and press the acion panel button in your controller/keyborad directly. The position of tooltip Action panel will be not correct
1652451417048.png
1652451122150.png

3) move your cursor to other slot and toggle Item Action Panel again, it has correct position now.
1652451483058.png
 
I've added this to my TODO list.
I'm guessing it migh be a bug where the tooltip isn't listening the InventoryGrid until it is opened/initialized.

You could try to fix this yourself by calling the function that sets the tooltip position from the OnOpen UnityEvent of the inventory panel
 
Top