PlayoVR
PlayoVR copied to clipboard
Migrated codebase to work with Photon PUN2.
In order to use the new codebase we have to import Photon PUN2 and Photon Voice 2 instead of Photon PUN Classic and Photon Voice Classic. Everything else from current installation instructions should still apply.
I am trying to get this version running but am getting multiple errors when running the given "Main" scene
- Followed the original instructions but imported PUN2 instead
- Started the main scene
- Errors on every NetworkGrabManager instance in the scene and errors on the AvatarSpawnManager
Were you able to get this working?
Figured it out:
Looks like a more recent update to PUN 2 broke the timeline of when custom properties are set
I'm not sure what version broke the functionality but I rolled back to PUN 2 v2.15 and it is working now
Ok, good to know there is a workaround. I really should find some time to merge this.