오브젝트 선택창

This commit is contained in:
SullyunShin
2025-05-12 18:00:37 +09:00
parent d8c606fe6a
commit 8a1902d80d
30 changed files with 2625 additions and 1723 deletions

View File

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