删除日志
This commit is contained in:
parent
899b00d3c7
commit
8b966b5143
@ -34,7 +34,6 @@ namespace ZXK.LouDiXvMuNiu
|
|||||||
IEnumerator LoadTimer()
|
IEnumerator LoadTimer()
|
||||||
{
|
{
|
||||||
string path = Path.Combine(Application.streamingAssetsPath, "Timer.txt");
|
string path = Path.Combine(Application.streamingAssetsPath, "Timer.txt");
|
||||||
Debug.LogError(path);
|
|
||||||
using (UnityWebRequest request = new UnityWebRequest(path))
|
using (UnityWebRequest request = new UnityWebRequest(path))
|
||||||
{
|
{
|
||||||
request.downloadHandler = new DownloadHandlerBuffer();
|
request.downloadHandler = new DownloadHandlerBuffer();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user