Skip to content

Items dragged out of slot freeze mid air on client #1360

@stilnat

Description

@stilnat

Summary

When dragging items out of an inventory slot a second time, it stays where it is, mid air.

image

Steps to Reproduce

  • take any item out of an inventory slot on client
  • grab the item back, put it in any inventory slot
  • try to take it out again by dragging and dropping on the ground.

Expected Behavior

Item should drop like the first time

Possible Solution

This might have to do with the fact that item transforms are client authoritative, and when the client becomes owner, the syncing between server and client doesn't work anymore. Server is supposed to handle items physics, and items on client side are supposed to stay kinematic, otherwise we might have some concurrency issues like we use to have.

Metadata

Metadata

Labels

Bug: UnconfirmedBugs that need to be confirmed by a another contributor.ContainersTasks specific to the containers/inventory system.Difficulty: medium 🥼For those that already have some understanding of the code base.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions