I have a client object. It has the Network Manager component and a script component. In the script I have a class that is descended from NetworkBehaviour. I have added a OnConnectedToServer() method, but it doesn't seem to be firing when the client has connected.
Do you have suggestions as to what I might be doing wrong?
Do you have suggestions as to what I might be doing wrong?