The webplayer has zero access to the file system of the machine where it is running. To procedurally generate a texture you'll need to do it entirely using Unity API calls. So that basically means setting pixels using [`SetPixels`][1].
[1]: http://docs.unity3d.com/Documentation/ScriptReference/Texture2D.SetPixel.html
↧