How to get the GameObject of a newly connected player?

Hi guys,

How can a gameObject of a newly connected player be extracted?

Any ideas?

Thanks!

I’m guessing you want to get it from the server? Are you overriding OnServerConnect? You can get the GameObject from the NetworkConnection playerControllers.