Hello, I’m making a program for forest engineering. I finished the program but now user need to take a screenshot from the land program made. I don’t have any idea saving a screenshot in-program. Any idea will make me happy.
Thanks,
Hello, I’m making a program for forest engineering. I finished the program but now user need to take a screenshot from the land program made. I don’t have any idea saving a screenshot in-program. Any idea will make me happy.
Thanks,
Use Application.CaptureScreenshot, check here:
Also there are a couple of example screenshot programs on the wiki:
http://unifycommunity.com/wiki/index.php?title=TakeScreenshot
http://unifycommunity.com/wiki/index.php?title=ScreenShotMovie
Thanks. They are useful.
If you need higher res grabs with any level of anti aliasing to make them look even nicer then check out MegaGrab http://forum.unity3d.com/threads/85803-MegaGrab?highlight=megagrab
Thanks. I was looking for anti-aliasing supported screenshot taker like this. I will get it.