- Home /
Question by
Bokaii · Sep 05, 2014 at 09:15 PM ·
multiplayerfpsnetworkphoton
Photon Network Muzzleflash
How would I make a muzzle flash over network?
Comment
You mean on a gun? you would use an RPC call and have the client do it himself as opposed to Network.Instantiate. The person who fired could send an RPC call to All. When the server gets it, it does calculation for firing, damage, ec. When the Client receives it he would place a flash on the appropriate gun.