https://dpdwm.tistory.com/19 [랜덤] using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Test3 { //씬의 모든 객체들을 관리 public class Test_CreatePortalMain : MonoBehaviour { [SerializeField] private MonsterGenerator monsterGenerator; [SerializeField] private GameObject portal; private List monsterList; // Start is called before the first frame update void Start() { //컬렉..