We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da9edf commit 105eb68Copy full SHA for 105eb68
Scripts/Helpers/Screenshot/GrabDesktop.cs
@@ -6,7 +6,8 @@
6
using System.Drawing.Imaging;
7
8
// Drag windows desktop image using System.Drawing.dll
9
-// guide on using System.Drawing.dll in unity : http://answers.unity3d.com/answers/253571/view.html
+// guide on using System.Drawing.dll in unity : http://answers.unity3d.com/answers/253571/view.html *Note the .NET2.0 setting also
10
+
11
12
public class GrabDesktop : MonoBehaviour
13
{
0 commit comments