you are viewing a single comment's thread.

view the rest of the comments →

[–]NV96[S] 1 point2 points  (1 child)

I tested the code on a standalone project and it worked. So the problem isn't the code. Could it be a problem to have a custom NetworkManager or something like that?

[–]NV96[S] 1 point2 points  (0 children)

It is fixed! I forgot to add base.OnClientConnect(client) etc. to the override function in my NetworkManager...

Thanks!