[Unity] 리소스 실시간 로드 및 배치 GameObject prefab = Resources.Load("prefabs/myresourcename"); GameObject bullet = Instantiate(prefab, new Vector3(pos.x, pos.y, 0.0f), Quaternion.identity); Unity 2019.09.09