Skip to main content
1 of 2
user43474
  • 547
  • 1
  • 10
  • 26

Get all images from folder and set them in a list?

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"
}
user43474
  • 547
  • 1
  • 10
  • 26