매니저 스크립트 추가 및 폴더 구조 정리

This commit is contained in:
2026-01-19 00:36:01 +09:00
parent 078781ff79
commit 0217f81b83
8 changed files with 53 additions and 232 deletions

View File

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

View File

@@ -1,16 +1,16 @@
using UnityEngine;
public class Test : MonoBehaviour
public class Managers : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
// 초기화
}
// Update is called once per frame
void Update()
{
transform.Rotate(new Vector3(1.0f, 1.0f, 1.0f));
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 20259f303a81e9c499cd0c47d0948d73

View File

@@ -1,2 +0,0 @@
fileFormatVersion: 2
guid: 5fafc00f07211bc4ab57bc2f46e16434