Init a Texture from filename

I’d want to know if there’s a way to, instead of making the Texture public and dragging the image in the inspector, somehow init the Texture by setting the path of the image I want in it. Any idea? Thanks!

You can use Resources.Load.

Resources.Load lets you load anything you want from the resource folder.