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