- Home /
Question by
haroldgeronimo · Sep 21, 2018 at 06:55 PM ·
gameobjectnetworkingdestroydestroygameobject
Destorying gameobjects on a network
How can I destroy a gameObject and also destroy it in all clients. I tried using Network.Destroy(gameObject) but Unity says its obsolete. What method should I use and how to use it? thanks in advance
Comment
Your answer
Follow this Question
Related Questions
using Contains(gameObject) to find and destroy a gameObject from a list 2 Answers
Destroying GameObject in NetworkBehavor with Javascript 0 Answers
how to save destroyed state of an object 1 Answer
Destroying the object that I am selecting 1 Answer
Destroy by Tag isnt working,Can't Destroy By Specific Tags 2 Answers