Photon Pun2 VRIK, Final IK, Full Body Avatar Networking

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on PUN.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Photon Pun2 VRIK, Final IK, Full Body Avatar Networking

davon92
2021-12-31 20:56:22

Hello All, I recently started work on a VR Multiplayer project. I am running to some issues with syncing VRIK across the network.

I am using Unity XR, Final IK VRIK and XR Interactions Toolkit.

My issue is that when I am testing two client instances, the head movements seem to be shared.

Moving my head on one client will move the other network players head as well as my own.

I am trying to do a full body VRIK setup with Procedural Animations. I have kept the XR Rig separate from the network player instantiation.

I have passed head and hands data to another object and then passed those objects into the target of the VRIK network Player.

I will post some screen shots.

I would really appreciate some tips or help on this it seems crazy that everything else is working well but the heads are shared.

using System.Collections;using System.Collections.Generic;using System.Linq; - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Here is the code as well

Comments

davon92
2021-12-31 23:56:33

so it was a false positive due to being on the same machine I believe.

Back to top