How to Load images from folder and set them in a List?
public List<GameObject> Img_Re = new List<GameObject>();
// Start is called before the first frame update
void Start()
{
// Folder path "Assets/Images/Enemies"
}
How to Load images from folder and set them in a List?
public List<GameObject> Img_Re = new List<GameObject>();
// Start is called before the first frame update
void Start()
{
// Folder path "Assets/Images/Enemies"
}