From 4f6ccb17aec5ccc66743f822ad2b3152b53c9afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ADSollace?= Date: Sun, 11 Jun 2023 14:27:23 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcde16..ee66fd1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Free and Open-Source, just to show that once it's on the internet you can never get rid of it. +## Where are the assets? +The asset files in total are over 2GB. Because of that, they're both too large to store directly in git and too large to store in github's LFS system, so to get around this +we've had to store the assets files separately outside of the repository ourselves. + +You can find the missing files here: https://mega.nz/folder/YCxlRQrS#oG0AbrFDNNLRFjdRVOOv7Q + +When checking out the repo, simply create an assets folder and download the contents from that mega link and place them inside. + ## Building -TODO \ No newline at end of file +This project uses the 2018 version of Unity + +TODO