안쓰는 스크립트, 폴더 삭제

This commit is contained in:
NTG_Lenovo 2025-07-14 13:35:18 +09:00
parent 6f7a5e131c
commit 8a2abb5a40
3 changed files with 0 additions and 29 deletions

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: bfa59972eae73774abfbd334a141be1c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,19 +0,0 @@
using UnityEngine;
namespace DDD
{
public class TitleSystem : MonoBehaviour
{
private GameObject _titlePanel;
private void Awake()
{
_titlePanel = GameObject.Find("Uis/TitleCanvas/TitlePanel").gameObject;
}
private void Start()
{
_titlePanel.SetActive(true);
}
}
}

View File

@ -1,2 +0,0 @@
fileFormatVersion: 2
guid: c837bbd9eecddc04f9c625fa14062a34