Problem using PUN2 for a VR multiplayer experience in Unity 3D
问题 I'm trying to create a simple VR demo where two users can connect to a room a manipulate objects on a table. I'm currently following this tutorial. I have followed it step-by-step: Duplicated LocalAvatar and RemoteAvatar prefabs and moved them to Resources Created the script PhotonAvatarView Script Attached and configured PhotonAvarView and PhotonView to both prefabs The problem is that I get stuck at the " Instantiate Avatars " section, specifically at the section: The following code can be