Question by
ElementalVenom · Jan 03, 2016 at 05:38 AM ·
networkingnetworknetworkviewnetwork.instantiate
Simple NetworkView Question.
So guys ima get straight to the point. I have a full model that i want players on a server to see. But on client i want you to be a capsule. How to make the capsules position set the models position but not have your model show up client side? Ive seen many games do this such as Unturned. Any help?
Comment
Best Answer
Answer by ElementalVenom · Jan 04, 2016 at 04:53 AM
Answer: I made a empty and added both the first person and 3rd person model as children. i synced there possitions in a stream. And disabled the first person if it wasnt mine and disabled the 3rd person if it was mine.(Using network.isMine())