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