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 9ceb171 commit 1b7f295Copy full SHA for 1b7f295
Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs
@@ -446,6 +446,7 @@ private static string GetBaseUrl()
446
/// Forms a GET request from a HTTP path.
447
/// </summary>
448
public UnityWebRequest GetRequest(string path, string contentType) {
449
+ Debug.Log($"GET: {path}");
450
// The default constructor for a UnityWebRequest gives a GET request.
451
UnityWebRequest request = new UnityWebRequest(path);
452
request.SetRequestHeader("Content-type", contentType);
0 commit comments