Scroll bar changes

This commit is contained in:
haitem
2021-01-30 23:53:44 +01:00
parent 8d9d78b554
commit 1e1f618ff1
2 changed files with 22 additions and 9 deletions

View File

@@ -48,8 +48,6 @@ public class MainMenu : MonoBehaviour
// Show results as text
Debug.Log(www.downloadHandler.text);
ScoreText.text = www.downloadHandler.text;
// Or retrieve results as binary data
byte[] results = www.downloadHandler.data;
}
}
}