버전 확인 주소 변경

This commit is contained in:
Ino 2025-08-28 16:30:46 +09:00
parent 7b24910861
commit 2bcf7dba0e
1 changed files with 5 additions and 10 deletions

View File

@ -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()