조이스틱 동작 액션 수정

This commit is contained in:
aube.lee
2025-01-24 17:55:26 +09:00
parent 2ed1ff725e
commit f69e89a106
25 changed files with 1978 additions and 126 deletions

View File

@@ -0,0 +1,11 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
{
public class EventSystemManager : MonoBehaviour
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ab66d818efcc9d44da8900e18fef96e0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -8,6 +8,7 @@ namespace TON
{
public virtual void Show()
{
Instantiate(Resources.Load("EventSystem/Prefabs/TON.EventSystem"));
gameObject.SetActive(true);
}

View File

@@ -10,6 +10,7 @@ namespace TON
TitleUI,
IngameUI,
ControllerUI,
LogUI,