프로젝트 기본 셋팅
- 레이아웃 수정, 폴더 정리, 깃이그노어 조건 추가
This commit is contained in:
16
Assets/Scripts/Hello Unity.cs
Normal file
16
Assets/Scripts/Hello Unity.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class HelloUnity : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
Debug.Log("Hello Unity!");
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user