Posted March 04, 2023 by nanutra
#Multiplayer Local #Interactions
Since our game is played with 4 players, we needed to be able to play 4 characters simultaneously while separating the controls between the players.
But we still lack some interactions.
So to grab items / other Players, we used one more time the "Configurable Joint".
every time the player will try to grab something, the object will be connected to the player.
Both "Rigidbodies" are connected, it's like the object was just an Expansion of the hand.