Bug Question

Options
How can solve this bug the missile has a scrip with

image https://ibb.co/Gn0MqTf
private void OnCollisionEnter(Collision collision)
{
Destroy(this.gameObject);
}

on it

missile destroy on the clien on this has been instanciates but in othes, not they just stay statik

image of the prefab https://ibb.co/N3S4vsK

please help me :confused:

Comments

  • L3sc
    Options
    Call RPC for other targets. Btw you can't pass gameobject self as parameter but you can pass gameobject name as string.