First Group Project in Unity

Our first real school project was a 6-week group project in Unity, where the genre was supposed to be Action RPG. We decided to create a post-apocalyptic Action RPG with a Mad Max theme.

We were a group of five junior programmers, and each of us was assigned a specific area to focus on. To save time, we used Synty assets, which allowed us to focus more on learning programming and Unity itself.

I was responsible for the shooting and weapon mechanics. Initially, we planned to implement shooting using Raycasting, but later in the project, we transitioned to a more realistic system using object collision for "shooting bullets."

Additionally, I was in charge of the rigging layer for the player character, as we wanted to implement an "Aim to Shoot" mechanic. This required the rifle to transition smoothly from an idle position to an aiming position.

Read the full TDD here