- Home /
 
 
               Question by 
               MRswifting · Nov 09, 2017 at 09:55 PM · 
                uitexturewwwui imagewww.texture  
              
 
              Image Displaying Bleached Texture.
The texture it's trying to display
The Code:
         Application.CaptureScreenshot(Application.persistentDataPath + "/Map.png", 1);
         WWW Path = new WWW("file:///" + Application.persistentDataPath + "/Map.png");
         yield return Path;
 
         Canvas.transform.GetChild(0).GetComponent<RawImage>().texture = Path.texture;
 
               
                 
                map.png 
                (66.3 kB) 
               
 
                
                 
                unity-2017-11-09-21-47-36.jpg 
                (218.8 kB) 
               
 
              
               Comment
              
 
               
              Your answer