Failed to find a PhotonView With ... for incoming OwnershipUpdate event
The whole answer can be found below.
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).
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
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