The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Fusion.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Photon Fusion Setup Not Working With Some Devices

degerhandeger
2023-04-13 11:57:22

Hi people 👋 I have a buggy behavior that I couldn’t fix with my mobile game. The error is that my client won’t move in the host’s view. The client tries to move but returns to position zero. We are using hosted mode.

Testing Done:

  • iPhone X is the host & can move. Clients (iPhone 12, 2 Unity Editor players) couldn’t move. Clients can see the host move.

  • iPhone 12 is the host & can move. 2 Unity Editor clients can move. iPhone X client couldn’t move.

What makes everything weirder is that this behavior switches sometimes. In some cases, the iPhone 12 host wouldn’t let clients move but, clients can move when iPhone X is the host. I can’t figure out why this happens. The issue looks device-specific, but it is not…

I added my scripts. If you see any issues or know why this could happen, I’ll appreciate your thoughts. I am kind of out of options.

Setup: A scene with only the camera, event system, light, cubes, and RunnerSpawner Script.

Project Hierarchy

  • NetworkRunnerPrefab holds the NetworkRunner and Spawner.cs

  • PlayerPrefab holds below scripts on itself and has child capsule as move target

  • Sphere and MeshRenderer

  • NetworkObject

  • NetworkTransfrom

  • TestNetworkPlayer.cs

  • TestCharacterMovement.cs

  • TestCharacterInputHandler.cs

1.png

Uploaded 2023-04-13T11:57:05+00:00 123671 bytes 2.png

Uploaded 2023-04-13T11:57:10+00:00 244570 bytes 3.png

Uploaded 2023-04-13T11:57:10+00:00 92769 bytes 4.png

Uploaded 2023-04-13T11:57:10+00:00 106575 bytes 5.png

Uploaded 2023-04-13T11:57:10+00:00 80696 bytes 6.png

Uploaded 2023-04-13T11:57:10+00:00 195185 bytes

Comments

Back to top