Hi for all i have a question i use Destroy() in script and its not workin and i find something if object has a rigidbody its work but i didnt understand why can someone explain me please ?
Hello.
First, if you ask something about your code, must show us the code, if not, we can not know if you are doing something wrong…
SEcond, to use destroy, just do this:
Destroy (TheObject);
IT will destroy all the objects, childs and components.
Bye!"