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!