I was just wondering what the best way would be to duplicate game object in unity (MRTK) making sure that both gameobjects functions the same.
Asked
Active
Viewed 606 times
-2
-
What have you already tried? Please share your research. – Ruzihm Jan 27 '22 at 17:34
-
I have tried just clicking on the game object and clicking duplicate. However, when I do this, the game objects do not function as they normally do in runtime. – Amintha Malmalabaduge Jan 27 '22 at 17:43
-
Please provide enough code so others can better understand or reproduce the problem. – Community Feb 07 '22 at 06:56
1 Answers
0
Instantiate(GameObjectToCopy);
https://docs.unity3d.com/ScriptReference/Object.Instantiate.html

Guye Incognito
- 2,726
- 6
- 38
- 72