Loading arbitrary textures in the project?

Let’s say I have a bunch of textures as part of the project. Is there any way to arbitrarily reference these textures as Texture2D objects from within script without creating an explicit link with a public variable and without using a fully qualified disk path? :?:

Thanks in advance!

You can place the texture assets in a project folder called Resources and then pull them in at runtime using Resources.Load.