I want to synchronize my facial expressions using Photon.

Asked 1 years ago, Updated 1 years ago, 51 views

I am creating a multiplayer project using Photon.
I changed my avatar after running Blendshapes in Skin Mesh Renderer.
How can I synchronize my avatar Blendshapes parameters to other players in real time?

Thank you for your cooperation.

c# unity3d

2022-09-30 16:33

1 Answers

Photon Animator View, a component of Photon, allows only the weight of the layer and the parameters of the Animator Controller to be synchronized.

You must use PunRPC to synchronize components that cannot be synchronized.


2022-09-30 16:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.