Answers for "destroy clones with 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

C# Answers by Framework

Browse Popular Code Answers by Language