From 5a44d2e3cbafb42d1b148dc2ca2d661816edb12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Thu, 30 Jan 2014 09:38:43 -0800 Subject: [PATCH 1/2] Link up each session. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aab8798..7417bea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## Intermediate Unity -* Day 1: Installation, setup, and basics (tut1) -* Day 2: Basic UI, and simple world creation (continue tut1) -* Day 3: Materials and Particles (tut2) -* Day 4: Scripting: shooting and wandering enemies (tut3) -* Day 5: Vote on something else to learn (More scripting (including specific programming questions)? 3D modelling? Sound? Debugging? Related math concepts?) -* Day 6: Challenges and Devoted Show-and-Tell time. +* [Day 1](Day-1): Installation, setup, and basics (tut1) +* [Day 2](Day-2): Basic UI, and simple world creation (continue tut1) +* [Day 3](Day-3): Materials and Particles (tut2) +* [Day 4](Day-4): Scripting: shooting and wandering enemies (tut3) +* [Day 5](Day-5): Vote on something else to learn (More scripting (including specific programming questions)? 3D modelling? Sound? Debugging? Related math concepts?) +* [Day 6](Day-6): Challenges and Devoted Show-and-Tell time. From efef7a4dd689a94cb9a8243bf810a1d418e25b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnaro=CC=88k?= Date: Thu, 30 Jan 2014 09:52:38 -0800 Subject: [PATCH 2/2] github -> GitHub :octocat: --- Day-1/README.md | 4 ++-- Day-2/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Day-1/README.md b/Day-1/README.md index bf43ac3..ff2ff57 100644 --- a/Day-1/README.md +++ b/Day-1/README.md @@ -12,8 +12,8 @@ 2. Install Unity3D on everyone's computer, and get everyone on the internet. -3. Explain how the github repo works, and get everyone to load up the first tutorial. +3. Explain how the GitHub repo works, and get everyone to load up the first tutorial. 4. Lets make cool stuff with Unity3D now! (every day after the first probably starts with step 4) -5. An interactive preview of what the tutorials help you learn to develop can be found here: http://codegiraffe.com/unity/tut_web.html \ No newline at end of file +5. An interactive preview of what the tutorials help you learn to develop can be found here: http://codegiraffe.com/unity/tut_web.html diff --git a/Day-2/README.md b/Day-2/README.md index 9bdfb6d..aad745c 100644 --- a/Day-2/README.md +++ b/Day-2/README.md @@ -2,6 +2,6 @@ 2. Make sure everyone has Unity3D and internet access -3. Make sure everyone knows where to get stuff using github +3. Make sure everyone knows where to get stuff using GitHub -4. Lets make cool stuff with Unity3D now! \ No newline at end of file +4. Lets make cool stuff with Unity3D now!