Hotbar Item Issue

Yes that is the default behavior.

This way once you pickup the item in question again it will appear in the previous slot it was set in.

We had to do it this way such that you could toggle equippable item equip/unequip keeping them in their slots in the hotbar. Equipping and Unequipping moves the item from one collection to another which triggers a remove event before the add event.

If you wish to have a different functionality you may create a custom ItemHotbar. This way you may decide exactly how items are added/removed
 
Top