[Solved][Unity] Resources.Load() Return Null
In the past, I always used Resources.LoadAll<Sprite>()
to create an Array<Sprite>
object, but today, when trying to optimize the program, I tried to change to Resources.Load<Sprite>()
to read a specific Sprite.