Aottg2 is the sequel to the original Attack on Titan Tribute Game created by FengLee. This project is currently built in Unity 2023. For more details, join our discord server: https://discord.gg/GhbNbvU.
Contributing: join our discord server for more details on how to contribute. We accept applicants for a variety of work including programming, 3D modeling, texture and 2D art, sound effects, music, translation, and more.
- Install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Install git lfs: https://git-lfs.github.com/
- Install Unity 2023.1.17f1 from Unity Hub
- Open command prompt and navigate to your preferred installation folder
- Enter
git clone https://github.com/AoTTG-2/Aottg2-Unity.git
- Open Unity Hub, click Project -> Add, and select your git folder
- Navigate your command prompt to the project folder (Aottg2-Unity folder)
- Switch to your assigned branch by using
git checkout branch_name
- Enter
git pull
to update the project to the latest version
- Navigate your command prompt to the project folder (Aottg2-Unity folder)
- Switch to your assigned branch by using
git checkout branch_name
- Modify or add files to the Unity project
- Make sure your project is updated to the latest version by using
git pull
- Enter
git status
to see which files have been changed, added, or removed by you - Add the files changes you wish to upload by entering
git add FILE
, or entergit add .
to add all changes - Enter
git commit -m "Message"
to commit the changes, replace Message with your change description but include the quotation marks - Enter
git push
to finally upload the changes
- You can test the game by opening Scenes/Startup and using Unity play mode
- You can build the game by clicking File -> Build Settings -> Build. Only build to the Aottg2-Unity/Aottg2 folder