diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7f19019 Binary files /dev/null and b/.DS_Store differ diff --git a/Assets/MainCameraController.cs b/Assets/MainCameraController.cs new file mode 100644 index 0000000..b640782 --- /dev/null +++ b/Assets/MainCameraController.cs @@ -0,0 +1,16 @@ +using UnityEngine; + +public class MainCameraController : MonoBehaviour +{ + // Start is called once before the first execution of Update after the MonoBehaviour is created + void Start() + { + Debug.Log("Why do Java developers wear glasses? Because they don't C#"); + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/MainCameraController.cs.meta b/Assets/MainCameraController.cs.meta new file mode 100644 index 0000000..b528a3f --- /dev/null +++ b/Assets/MainCameraController.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 8eb0d9deaee904b80926697f0cdd86d4 \ No newline at end of file