- Home /
How To Show instantiated Prefab To New Connected Player?
Hello everyone
i want to know How To Show instantiated Prefab To New Connected Player?
For Example i have Player1 Connected
and if He Press "G" it will instantiate Shield
if Player2 Connected After The Shield Got Spawn He will not able to see the Shield
i'm Already Using Network.instantiate
but still when new play join/Connect >> he cant find old instantiated Stuff
.. I tried to use rpc to instantiate the shield .. But still new player can't see it
I should let the the server instantiate the shield I guess but still can't get it
Your answer
Follow this Question
Related Questions
Buffered RPCs Only Sent To One New Client 0 Answers
Network.Instantiate doesn't work for buffered players 1 Answer
RPC buffered calls 0 Answers
Network Instantiate PlayerPrefab Problem 2 Answers
RPC on network instantiated GameObject beats instantiation 0 Answers