테스트용 스크립트 추가

This commit is contained in:
2025-10-19 00:14:37 +09:00
parent f931fa7979
commit 0554d56918
6 changed files with 47 additions and 0 deletions

8
Assets/Scripts.meta Normal file
View File

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

View File

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

View File

@@ -0,0 +1,11 @@
using UnityEditor;
using UnityEngine;
public static class CustomMenuItemDefinition
{
[MenuItem("Custom/Print log")]
private static void PringLog()
{
Debug.Log("Hello, world!");
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 84989e650d1188d4e84b3ea058e07962

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class SampleComponent : 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()
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 440ebdeb67f58fa44ac374635c1176bd