Hi
I have a situation where players can use an item in a game where they walk up to an item and interact with it. But only one person can at a time.
How do you prevent the situation where the local user interacts and a remote player interacts at the same time and decide who should use it ? It seems like there is a potential window where both could end up using it before the system is aware that one of them is already using it.
My other worry is if i have players who go to use a component, request the host if they can use it based on if its available for use, then everything will feel laggy in terms of response times when using things. Is there no real clean way to solve that other than accept a slower responsive time by asking the host if its usable ?