Object Reference Not Set to Instance of an object

Options
Example Website: http://www.williamhgordon.com
When the 2nd client joins the room, the developer console will display the attached error message.

And it appears the master client takes over the movement of Client 2.
In Unity3D, I get the attached error message.


I'm sure it's an easy fix, but I can't figure it out yet. Any suggestions?

Comments

  • vadim
    Options
    Take a look at ThirdPersonNetwork.cs where exception occurs.
    ThirdPersonNetwork is trying to get object's ThirdPersonCamera component but fails. Probably that component is missing.