0

Anyone knows how to post a controller trigger-press from a VIVE controller in one PC to another PC using Unity remote action or something else?

The multiplayer game is fine and users can see each other but I need to send the action from one controller to another user's controller like if User#1 presses the trigger, it acts like the second user's controller is being pressed as well. Any idea?

Ashkan
  • 335
  • 1
  • 4
  • 11

1 Answers1

1

You can use RPC method and manage the event of local player & server player. This depends on the multiplayer services you are using.

Dharmik
  • 257
  • 2
  • 7