Answers for "c sharp destroy gameobject"

C#
16

destroy gameobject unity

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

how to destroy a gameobject in c#

Destroy(gameObject); // destroys the game object attached to the script
Posted by: Guest on July-15-2020

C# Answers by Framework

Browse Popular Code Answers by Language