Compare commits

...

2 Commits

Author SHA1 Message Date
Fangh
683e2d5de4 Merge branch 'main' of https://git.crystalyx.net/GameJams/Snaparazzi 2024-01-28 22:08:33 +01:00
Fangh
57d7b5d9f8 fix(imagedownloader): remove debug fonction 2024-01-28 22:08:27 +01:00

View File

@ -59,15 +59,4 @@ public void UpdateVoters(List<Player> _newVoters)
}
}
}
[ContextMenu("Debug Download image")]
private void Debug_DownloadImage()
{
StartCoroutine(DownloadImage("https://firebasestorage.googleapis.com/v0/b/ggj2024-5cb41.appspot.com/o/0278%2F63ae32b0-8371-4a7a-84a0-e1a97328fc09%2F10a5127b-12d4-48ca-b94c-1cb920a43529.png?alt=media&token=d7e53d8a-d5b4-40f9-847d-224ed2d683dc",
texture =>
{
Debug.Log(texture.dimension);
}));
}
}