- Home /
 
 
               Question by 
               ergiomarxD · Mar 04, 2014 at 05:25 AM · 
                c#androidscreenshot  
              
 
              screenshot
trying to screenshot the scene in mobile, but when I use this code it saves a Image in the gallery of my android phone but its only blank and has a text of no thumbnail.
 if (GUI.RepeatButton (new Rect (600, 250, 100, 50), "SAVE")) {
                         Application.CaptureScreenshot ("Screenshot.png");
 
                 }
 
              
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Screenshot and save 0 Answers
Photon networking doesn't sync 0 Answers
Distribute terrain in zones 3 Answers
Flying AI Planes 0 Answers
how to make high quality textures with low size of downlaod 1 Answer