2/17 - 3/2: Early Implementations
We have had quite a lot of progress over the past two weeks on the enemies that will be in the game. Here is what I did over the past two weeks:
Assign Tasks (14 hours)
As a pod lead, my job is to assign tasks to all my pod members, which includes 3 artists, 4 designers, 6 programmers, and 4 sound designers. As we were in the early concepting phase of the game, finding work for people to do was a challenge. Ultimately, this task, which includes creating Jira tasks, meeting with different leads, updating documentation, and checking in with pod members, took roughly 13 hours of time. Here’s how I broke it down.
Artists would create and vectorize the various sprites for the enemies in the game. Certain enemies already had concept art, but many didn’t. For those that didn’t have any concept art, I asked the artist to first create a quick sketch of their vision before implementing it in their art program. Certain artists expressed interest in animating their sprites, so I tasked them with animating the sprites they created as well.
Programmers would create the various behaviors of the specific enemies. Now that the enemies were actually defined, the programmers had a lot of interesting and unique work to do. Much of my work with their tasks was specifying the types of functions needed and explaining to them how their script should interface with other scripts.
Designers were focused on “fine-tuning” the enemy prefabs in the game. “This involves figuring out the right level of difficulty and the right level layouts for the enemies. You should be making or suggesting changes to make this enemy better.
Sound Designers were focused on creating the sounds that the enemies will make in the game. For instance, the Stalwart enemy would have a really loud roar, the Stalker would have a grunt sound as it throws the projectile, etc. Faulkner gave me the suggestion of asking them to create one sound and having them suggest other sounds. I thought this would be a good idea, as it allows them to have creative control while giving me the ability to track their progress.
Assembling Prefabs (3 hours)
To aid designers, I helped to set up the various prefabs. This was more time-consuming than I expected, as many of the scripts had strange interfacing issues. Much of this process was spent with the code rather than the Unity editor, as I had to modify scripts to fix glitches and interface errors. For instance, the EnemyGroundMovement script had an issue with collision checking that I had to solve in order to get the Gungnir enemy working. By the end, we had actual enemies in the game, which was really nice to see. Here is a link to the enemies that are in the game.