Is TLS 1.2 needed to send Oculus user names to a non-persistent online scoreboard?
My game (Starfighter Arduxim) is made with Unity and Photon - for multiplayer it copies the Oculus.Platform.Models.User.OculusID field to PhotonNetwork.playerName so player names show up on the in-game scoreboard.. I'm being told by the Oculus Data Protection Assessment team that the transmission of the user ID needs use TLS 1.2 as that is the 'industry standard', and that if it doesn't my game will be removed from the App Lab. Photon doesn't support TLS 1.2 and it sounds like overkill to me to require it just for the user ID, as TLS 1.2 is used for things like secure web pages. The person emailing me doesn't sound like they know what Photon is which makes me think they aren't familiar with how multiplayer games work, and it would explain why they expect encryption more suitable for a business productivity app. Can anyone at Oculus shed some light on this? Is it just a misunderstanding on how my game is using the user ID? If TLS 1.2 is required, how is this achieved when using Photon? Also I asked this in the Developer->Quest forum and the Oculus Support account said to post it in the Developer forums. I'm not sure what it meant as the post was already in the Developer forums1.5KViews0likes1CommentIs Meta Avatars compatible with Photon Fusion?
Are you using Meta Avatars and Photon Fusion? I have seen sample projects using Photon Pun, but none that use Fusion. I have tried using the docs and adding Meta Avatars to my existing Fusion project, but everything stops compiling once I add the Oculus Integration Package. If you have samples or insights, it would be a huge help. Thanks!2.3KViews0likes1CommentPhoton Voice And Meta Avatars 2
I'm wondering how anyone of you have managed to resolve a conflict between how PhotonVoice and the new Meta Avatars access the microphone. When the PhotonVoiceNetwork is initialised it will eventually call Microphone.Start() in order to get at the microphone's input. However in doing so it creates a new audio clip which makes the audio clip that the meta avatar's LipSyncInput was dependent on no longer equal to the audio coming through the microphone. If I then call LipSyncInput.StartMicrophone() it will also eventually call Microphone.Start() which creates a new AudioClip making the audio clip that Photon's recorder was dependent on no longer equal to the audio coming through the microphone. In short, I can either get lip syncing using my mic input OR photon using my mic input, but not both at the same time.1.6KViews0likes2Comments