All Questions
12 questions
0
votes
0
answers
230
views
Photon Fusion VR - Networked Object Not Syncing?
I'm using Photon Fusion, Shared mode, and I have 2 scenes: Login & Session. I'm able to get both a Quest 2 and 3 headset into the same shared VR session, and see a simple avatar of both players (...
0
votes
0
answers
297
views
Unity - Android SDK & NDK download failed
I'm trying to build a Photon 2.0 sample for VR.
I just installed Unity 2022.3.39f1, and it completed partially.
Android SDK and NDK downloads failed. I checked the info-log.json under \UnityHub\logs, ...
0
votes
0
answers
39
views
Synchronizing Multiple Devices (VR/MR/PC) with Photon Unity Networking 2 (PUN2)
I'm planning to develop a system using Photon Unity Networking 2 (PUN2).
Is it possible to synchronize multiple devices with PUN2?
The devices I intend to synchronize are as follows:
Meta Quest 3 (VR)
...
0
votes
0
answers
333
views
Check if a player is in a lobby
I am trying to fix a bug for my Unity Photon VR game. The issue that is I do not know how to check if you are connected to a lobby.
I tried to make a script, where if you are connected to a server, it ...
0
votes
1
answer
303
views
How to handle two players grabbing the same object using PUN?
Does anyone know how to solve it when two players want to grab an object at the same time?
When one player grabs an object from another player's hand, it looks to both players like only they are ...
-1
votes
1
answer
271
views
How to instantiate a prefab and set its dependencies with PHOTON
Im trying to isntantiate a prefab with photon bit i have this issue
Thats because the prefab im trying to instantiate needs some dependencies from de scene like the camera
Any ideas how can i do this?...
0
votes
1
answer
2k
views
Problem updating position of grabbable GameObject in VR Scene using PUN2 and Unity3D
I'm trying to add PUN2 support to a simple Oculus starter scene (cubes on a table). I was able to run the official Avatar synchronization on top of my basic Photon2 setup.
This is the current ...
1
vote
0
answers
74
views
How to transfer a VR button ownership using Photon2?
I am currently working on a project and I want to use several buttons in my multiplayer game.
Unfortunately the button can only be pushed locally and it's not synced over the network.
For some ...
0
votes
0
answers
286
views
How to represent hand prefab with SteamVR using Photon (unity)?
I'm working on a multiplayer project in unity, and I have set up the Player prefab with final IK. I'm using SteamVr and it has its own way to represent hand and finger position. I am wondering if ...
1
vote
2
answers
2k
views
Unity Photon Player Instantiation
I have a SteamVR Unity project which I'm converting to multiplayer.
When another client joins the game, instead of two different players seeing each other, each player has it's own version of the game ...
1
vote
0
answers
172
views
How to network a VR button with PUN in Unity?
I've been working on a solution for weeks now and I think it's time to reach out. I'm trying to make a button that plays a sound when pressed by a controller, everyone will hear that sound. Using VRTK ...
0
votes
1
answer
979
views
Can't make a build in Unity using Photon Voice - "plugins colliding with each other"
Anyone else getting this error when they try to build their scene with Photon voice? Seems to be some issue with the opus_egpv.dll file.
I've tried it both in my project, attempting to build my main ...