Compare commits
2 Commits
a6e67d3b76
...
683e2d5de4
Author | SHA1 | Date | |
---|---|---|---|
|
683e2d5de4 | ||
|
57d7b5d9f8 |
@ -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);
|
||||
}));
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user