-2

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.

1 Answers1

0
Instantiate(GameObjectToCopy);

https://docs.unity3d.com/ScriptReference/Object.Instantiate.html

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