PlayoVR icon indicating copy to clipboard operation
PlayoVR copied to clipboard

Migrated codebase to work with Photon PUN2.

Open Qianfulong opened this issue 5 years ago • 3 comments

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.

Qianfulong avatar Jun 04 '19 08:06 Qianfulong

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?

njwilsonISU avatar Jan 13 '21 14:01 njwilsonISU

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

njwilsonISU avatar Jan 13 '21 15:01 njwilsonISU

Ok, good to know there is a workaround. I really should find some time to merge this.

quintesse avatar Jan 13 '21 15:01 quintesse