Can unity import textures at runtime using textures from a directory on on the harddrive or over the web?
The WWW class can import textures from the web:
http://unity3d.com/Documentation/ScriptReference/WWW.texture.html
Can unity import textures at runtime using textures from a directory on on the harddrive or over the web?
The WWW class can import textures from the web:
http://unity3d.com/Documentation/ScriptReference/WWW.texture.html