mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-21 21:37:59 +01:00
src | ||
.gitattributes | ||
.gitignore | ||
BGM & Gameplay video.txt | ||
fie.csproj | ||
fie.sln | ||
packages.config | ||
README.md | ||
test user credentials (not available).txt |
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