Answers for "can an object destroy itself unity?"

C#
9

how to destroy an object in unity

Destroy(gameObject);
Posted by: Guest on February-01-2021
16

destroy gameobject unity

Destroy(this.gameObject);
Posted by: Guest on March-16-2020

C# Answers by Framework

Browse Popular Code Answers by Language