2018-11-20 18:57:13 +01: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.
|
|
|
|
|
2023-07-19 20:41:27 +02:00
|
|
|
This is continuation of the unity game "Friendship is Epic".
|
|
|
|
|
|
|
|
Credits for the original project and ideas goes to the late helements and the Japanese FiE team
|
|
|
|
|
|
|
|
Sound effects and music credit to Jyc Row.
|
|
|
|
https://www.youtube.com/watch?v=58x-X-44gcM&list=PLl7dXRHbZCdiW4GFNq8n8KLEDvMpXInTZ
|
|
|
|
|
|
|
|
Old Gameplay: https://www.youtube.com/watch?v=N30a_izXLpg
|
|
|
|
Old Build: https://mega.nz/file/9XI1TKSJ#ZlEbr8mZePdn0wjxS7TFhny0u3FvgeDI_E-0bO1PzJ8
|
2023-07-19 19:11:02 +02:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2023-07-25 19:51:11 +02:00
|
|
|
This project is built using Unity 5.5 as well as several unity store assets and libraries:
|
2023-07-19 19:11:02 +02:00
|
|
|
|
2023-07-25 19:51:11 +02:00
|
|
|
- RogoDigital.Libsync (lipsyncing)
|
|
|
|
- Spine (rigging)
|
|
|
|
- AmplifyBloom (rendering)
|
|
|
|
- PigeonToolkit/TrailEffect (particles)
|
|
|
|
- QuickRopes Rope Physics (rope physics)
|
2023-07-19 19:11:02 +02:00
|
|
|
- GameDataEditor
|
|
|
|
- Photon Unity Networking
|
2023-07-25 19:51:11 +02:00
|
|
|
+ others
|
2023-07-19 19:11:02 +02:00
|
|
|
|
2018-11-20 18:57:13 +01:00
|
|
|
## Building
|
|
|
|
|
2023-07-25 19:51:11 +02:00
|
|
|
It's recommended to have a working version of Unity 5 installed and working before you attempt to build this project.
|
2023-06-11 15:27:23 +02:00
|
|
|
|
2023-07-25 19:51:11 +02:00
|
|
|
1. Clone the repository:
|
|
|
|
|
|
|
|
> git clone https://github.com/FriendshipIsEpic/FiE-Game.git
|