From 1458c005721765b14f7cbf4d4e8a4f0f50a3792d Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Thu, 16 Jan 2020 11:04:46 -0600 Subject: [PATCH 1/3] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae8667b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# unity-simple-firstpersoncontroller +A simple first person controller based on the Brackeys video. Adding in some concepts from the Unite 2017 Architecture session and adding some more capabilities. + +Unity Version: 2019.3.0b4 From 7c24a18ba7e31a78e2724e9bd215c33eb01d3401 Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Thu, 16 Jan 2020 11:06:29 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae8667b..1b61203 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # unity-simple-firstpersoncontroller A simple first person controller based on the Brackeys video. Adding in some concepts from the Unite 2017 Architecture session and adding some more capabilities. +# References +Brackeys: https://youtu.be/_QajrabyTJc + +Unite 2017 Game Architecture: https://youtu.be/raQ3iHhE_Kk + +# Notes Unity Version: 2019.3.0b4 From 514467168fd206b03362a8cec699f383f2399e2a Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Thu, 16 Jan 2020 11:07:20 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b61203..4f9f18d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# unity-simple-firstpersoncontroller +# Simple First Person Controller A simple first person controller based on the Brackeys video. Adding in some concepts from the Unite 2017 Architecture session and adding some more capabilities. # References