From cc2d64e5eff50fd6635d05f886287744c91ee6be Mon Sep 17 00:00:00 2001 From: Kevin Tong Date: Fri, 11 Jan 2019 22:00:52 -0500 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8a1e8..2477fd2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # What's this? -My old Unity first person shooter. This codebase version of the project contains no textures. If you want to see what the ACTUAL game looks like, check the YouTube link here: https://www.youtube.com/watch?v=xoTc4aVz7z4 +My old sci-fi Unity first person shooter. This codebase version of the project contains no textures. If you want to see what the ACTUAL game looks like, check the YouTube link here: https://www.youtube.com/watch?v=xoTc4aVz7z4 # This isn't a Unity project. How can I play it? To avoid copyright issues, I removed all paid assets from the Unity Asset Store. Unfortunately, one of these assets controls the user interface. As you can tell, a game without a user interface can be quite difficult to use. @@ -8,5 +8,5 @@ Without these assets, you cannot play the game within the Unity Editor. **Howeve Ultimately, the purpose of this repository is so that you can see how certain features in the game were coded. **This by no means represents the programmer I am today. Most of the code that you are looking at was written back in 2014.** -# The code references libraries and classes that don't exist in this repository. +# The code references things that don't exist in this repository. These libraries were either written by someone else other than me, or it was a paid Unity asset that was stripped out (as mentioned above). \ No newline at end of file