You can use the 'Instantiate()' function to clone a GameObject clone = Instantiate(original); // You can also set the position, rotation and parent clone ...
確定! 回上一頁