Unity對象池的簡單研究

對象池代碼: using System.Collections; using System.Collections.Generic; using UnityEngine; public class PoolTest : MonoBehaviour { //集合 public List<GameObject> list = new List<GameObject>(); //預製體 pu
相關文章
相關標籤/搜索