Error: The object CapsuleCollider does not contain a PhotonView or ObjectIdentifier. It will not be able to be sent over the network.

Lavos

Member
Hi,

I have a simple scene with an agent and a player character hitting each other with melee weapons. I keep getting the following warning when my character hits the agent with his sword :

Error: The object CapsuleCollider does not contain a PhotonView or ObjectIdentifier. It will not be able to be sent over the network.

I have setup the agent like any other character by using the add-on's UI but no PhotonView was added to the agent's CapsuleCollider gameObject. Do you know what is going on? Should I add a PhotonView to the CapsuleCollider manually?
 
You will need to assign a PhotonView to any object that can be collided with, or the Object Identifier. The Object Identifier can be used as a lightweight PhotonView.
 
Top