Answers for "how to destroy clones in unity c#"

C#
0

how to destroy clones in unity c#

GameObject cardClone = Instantiate (Cards [i], new Vector3 (xVal, yVal, zVal), transform.rotation) as GameObject;         Destroy(cardClone);
Posted by: Guest on July-08-2020

Code answers related to "how to destroy clones in unity c#"

C# Answers by Framework

Browse Popular Code Answers by Language