UTKNotification 수정 중
This commit is contained in:
@@ -3,6 +3,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
using UVC.Locale;
|
||||
using UVC.UIToolkit;
|
||||
|
||||
namespace UVC.Sample.UIToolkit
|
||||
@@ -26,6 +27,10 @@ namespace UVC.Sample.UIToolkit
|
||||
|
||||
private void Start()
|
||||
{
|
||||
|
||||
bool success = LocalizationManager.Instance.LoadDefaultLocalizationData("KO");
|
||||
Debug.Log($"LocalizationManager: LoadDefaultLocalizationData success: {success}");
|
||||
|
||||
// UIDocument 참조 확인
|
||||
var doc = GetComponent<UIDocument>();
|
||||
if (doc == null)
|
||||
|
||||
Reference in New Issue
Block a user