SS3D icon indicating copy to clipboard operation
SS3D copied to clipboard

Items dragged out of slot freeze mid air on client

Open stilnat opened this issue 8 months ago • 0 comments

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.

stilnat avatar Nov 27 '23 10:11 stilnat