From 67b2cd1b5b854adebe677b34f765e3fb2eeda0d3 Mon Sep 17 00:00:00 2001 From: prakaz Date: Mon, 19 Oct 2020 16:23:15 +0545 Subject: [PATCH] Update SendToGoogle.cs Added 'using UnityEngine.Networking;'. It's not working for me without this. --- Assets/SendToGoogle.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/SendToGoogle.cs b/Assets/SendToGoogle.cs index 665cdf4..e964b17 100644 --- a/Assets/SendToGoogle.cs +++ b/Assets/SendToGoogle.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; +using UnityEngine.Networking; public class SendToGoogle : MonoBehaviour {