Hi,
was wondering if there was a way of retrieving the filepath of a texture at runtime so that I can use Resources.Load with it.
something along the lines of:
var thePath : String = guitexture.getFilePath()
newGUITexture.texture = Resources.Load(thePath);
Thanks!