버전 확인 주소 변경
This commit is contained in:
parent
7b24910861
commit
2bcf7dba0e
|
|
@ -1,14 +1,9 @@
|
|||
using System.Collections;
|
||||
using UnityEngine;
|
||||
using DG.Tweening;
|
||||
using UnityEngine.Video;
|
||||
using UnityEngine.Networking;
|
||||
using TMPro;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System;
|
||||
using UnityEngine.AddressableAssets;
|
||||
using UnityEngine.ResourceManagement.AsyncOperations;
|
||||
using UnityEditor;
|
||||
using System.Collections;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Networking;
|
||||
|
||||
public class TitleCanvas : MonoBehaviour
|
||||
{
|
||||
|
|
@ -189,7 +184,7 @@ public class TitleCanvas : MonoBehaviour
|
|||
private void CheckVersion()
|
||||
{
|
||||
progressbarText.text = "버전 확인 하는 중...";
|
||||
StartCoroutine(LoadVersiontData("https://pastebin.com/raw/dTRdbT4f"));
|
||||
StartCoroutine(LoadVersiontData("https://filgoodbanditshomepage.web.app/RandomGFGoStop.txt"));
|
||||
}
|
||||
|
||||
private void DownloadData()
|
||||
|
|
|
|||
Loading…
Reference in New Issue