Find a file
2023-06-11 14:27:23 +01:00
src Chip away at this some more 2023-06-11 12:39:49 +01:00
.gitattributes Now more git lfs 2023-06-11 12:41:33 +01:00
.gitignore Assets are too large to get on git. Get them from here: https://mega.nz/folder/YCxlRQrS#oG0AbrFDNNLRFjdRVOOv7Q 2023-06-11 13:52:28 +01:00
BGM & Gameplay video.txt Assets 2018-11-20 20:05:15 +02:00
fie.csproj Chip away at this some more 2023-06-11 12:39:49 +01:00
fie.sln Dammit VS 2018-11-21 22:17:43 +02:00
packages.config Chip away at this some more 2023-06-11 12:39:49 +01:00
README.md Update README.md 2023-06-11 14:27:23 +01:00
test user credentials (not available).txt These aren't logs, they're user credentials! 2018-11-21 17:24:31 +02:00

Friendship is Epic

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

This project uses the 2018 version of Unity

TODO