Skip to content

Commit 105eb68

Browse files
authored
Update GrabDesktop.cs
1 parent 9da9edf commit 105eb68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scripts/Helpers/Screenshot/GrabDesktop.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
using System.Drawing.Imaging;
77

88
// 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
9+
// guide on using System.Drawing.dll in unity : http://answers.unity3d.com/answers/253571/view.html *Note the .NET2.0 setting also
10+
1011

1112
public class GrabDesktop : MonoBehaviour
1213
{

0 commit comments

Comments
 (0)