테스트용 스크립트 추가

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

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