Skip to content

Commit ca54c68

Browse files
New script
1 parent 33c4a23 commit ca54c68

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Assets/Hello.cs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
using UnityEngine;
2+
3+
public class Hello : MonoBehaviour
4+
{
5+
// Start is called once before the first execution of Update after the MonoBehaviour is created
6+
void Start()
7+
{
8+
9+
}
10+
11+
// Update is called once per frame
12+
void Update()
13+
{
14+
15+
}
16+
}

Assets/Hello.cs.meta

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)