diff --git a/Assets/New Folder For Testing/Test.cs b/Assets/New Folder For Testing/Test.cs new file mode 100644 index 0000000..86752c9 --- /dev/null +++ b/Assets/New Folder For Testing/Test.cs @@ -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() + { + + } +} diff --git a/Assets/New Folder For Testing/Test.cs.meta b/Assets/New Folder For Testing/Test.cs.meta new file mode 100644 index 0000000..19ce88b --- /dev/null +++ b/Assets/New Folder For Testing/Test.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: ca02decb56ef91c40af52d499e1659c0 \ No newline at end of file