Failed to find a PhotonView With ... for incoming OwnershipUpdate event

The whole answer can be found below.

Please note: 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! And we offer you support through these channels:

Try Our
Documentation

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

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.

Failed to find a PhotonView With ... for incoming OwnershipUpdate event

kilobyte
2022-04-05 09:29:20

Hi everyone, I use photon 2 to make a multiplayer game. But, when other than first player join the game, suddenly photon give this error messages and player prefabs not visible in other player. I have no idea how to fix this. Please help me, thanks!!

Comments

Tobias
2022-04-05 10:08:41

You are using Photon Unity Networking 2. Or PUN 2. Photon as such is used as wrapper for a whole range of products :)

There is an incoming ownership change for an object that's somehow not known to this client. Why is up to debug. Look out for the first few exceptions that get logged.

In doubt, try to follow the PUN Basics Tutorial.

Back to top