Answers for "how to clone something as a parent unity"

0

how to clone something as a parent unity

GameObject obj = Instantiate(sphere, RandomPosition(), Quaternion.identity) as GameObject;
     go.transform.parent = transform;
Posted by: Guest on April-11-2021

Code answers related to "how to clone something as a parent unity"

Browse Popular Code Answers by Language