-
Notifications
You must be signed in to change notification settings - Fork 0
Nick Bautista Personal Log
I, as well as the others in the team, participated in a group meeting held through Discord. In the meeting, the team and I discussed about the weekly milestone. We have assigned the roles to each team member and planned the high level features to be utilized for the project.
The team had a meeting again discussing about the weekly milestone. In the meeting, we divided the goals to complete the milestone to each person.
I created one of the personas needed for the milestone.
Through mockflow, I made a mock up of the High Scores screen for the app as well as wrote the corresponding section of the "Design" wiki for it.
Created the colliders in the game which causes the player's death. Did a bit of experimentation on scene changes with Unity. October
Did a small book database C# app to demonstrate C# knowledge for the Research Milestone. Made the video for it as well.
Wrote a bit of the requirements document for the game. Talked with Tariq to determine which features to implement for the PoC.
Did a call with DaVonte and Savannah to discuss about the database schema. Ended up talking a lot about how we're going to structure the game.
Went in a call with Tariq to discuss about what DaVonte, Savannah, and I talked about the previous day. Edited the wiki for architecture as well.
Went in a call with Tariq, Davonte, and Savannah. Pushed all project code into the group's repository.
Went in a call with Savannah. We thought about the possible security issues that might come up in our game. Answered the questions about the Security Considerations milestone.
Went in a call with everyone in the group. Had a meeting with the team to talk about the PoC milestone as well as finalize how to do the high scores screen. Also pushed the project code into a new Github repo to better learn how to use Git in the context of groups.
Went to a call with Tariq. We talked about how to do things going forward with the coding portion of the course. I also looked up how to import the game to mobile as PC was not the intended platform for the game.
Tried to import the game to mobile using the "Build Settings" window in Unity. Discovered a bit of bugs with Unity Hub which made me unable to import to Android.
Imported the game to Android. I got the game running on Bluestacks using the APK that was built by unity.
Controls for mobile implemented. The character now jumps by tapping the screen. Also went to a call with Davonte to collaborate on doing the High Scores screen. Discovered bug with switching platforms from PC to Android.
Tried to figure out what the issue was. Also found out that all I needed to do to fix it was to reimport all the assets through Unity.
Looked up how camera follow is implemented in Unity. Implemented camera follow to the game in the same day. Auto running character also implemented. Also fixed the jumping mechanics of the game. Got into call with everyone in order to fix Tariq's problem with Unity. Also polished some stuff with the help of everyone.
Added the play again screen to the game. Also restored some of the deleted objects in the scene because merge conflicts keep happening when we were working in the same main scene.
Made some improvements to the movement in the game. Stopped the character from flopping around when hitting weird angles. Fixed the character going through the floor. Also got into call with Tariq and Savannah to talk about the submission.