프로젝트 셋팅 수정
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9da400179f33f44ce95989326e449fc7
|
||||
@@ -1,16 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class HelloUnity : MonoBehaviour
|
||||
public class Test : 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()
|
||||
{
|
||||
|
||||
transform.Rotate(new Vector3(1.0f, 1.0f, 1.0f));
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/Test.cs.meta
Normal file
2
Assets/Scripts/Test.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5fafc00f07211bc4ab57bc2f46e16434
|
||||
Reference in New Issue
Block a user