📅  最后修改于: 2022-03-11 14:48:44.840000             🧑  作者: Mango
//You could try making a copy
public GameObject example;
GameObject exampleCopy = example
Instantiate(exampleCopy, //wherever you want)
Destroy(exampleCopy)