Skip to content

Commit 6c1dab6

Browse files
committed
Restore HelloWorld
1 parent 9ff0f62 commit 6c1dab6

36 files changed

+4607
-0
lines changed

HelloWorld/Assets/Car.prefab

+625
Large diffs are not rendered by default.

HelloWorld/Assets/Car.prefab.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HelloWorld/Assets/HenloWarld.cs

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
using System.Collections;
2+
using System.Collections.Generic;
3+
using UnityEngine;
4+
5+
public class HenloWarld : MonoBehaviour
6+
{
7+
// Start is called before the first frame update
8+
void Start()
9+
{
10+
Debug.Log("I have no windows, and I must drive!");
11+
}
12+
13+
// Update is called once per frame
14+
void Update()
15+
{
16+
17+
}
18+
}

HelloWorld/Assets/HenloWarld.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HelloWorld/Assets/Scenes.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)