void Start(){InvokeRepeating("CreatGameObj",1,1);//一秒后开始每隔1秒调用一次CreatGameObj在 position的位置按rotation角度创建一个//prefab对象}void CreatGameObj(){ Instantiate(prefab,position,rotation);}
选中材质,按ctrl+d复制一份。