This has been a very challenging week due to some technical difficulties. My PC froze up halfway through the week and is currently in the GA awaiting repairs! As such I have not been able to do as much work on the 2D mod as I would have liked to, but prior to the crash I did make some progress on the game.
Firstly, I have expanded the tileset (fig. 1), to allow for interior cave-like systems. I’m really happy with this as it adds some much needed visual variety to the environment (fig. 2). At first it was difficult to create each tile so that they can be placed seamlessly without looking out of place (you have to be careful with repeating art so that patterns aren’t obviously spotted by the player) but I eventually I got there. I have now used this tileset to replace the example level layout with one of my own design (fig. 3).
(Above, left) Figure 1: The expanded tileset which allows for cave systems. (Above, right) Figure 2: An example of the caves that are able to be made with the new tileset. (Above, bottom) Figure 3: Part of the new level layout, I tried to add more verticality and platforming challenge.
Another addition to the game was the ability to collect lost teddy bears (figs. 4 & 5). Following along with an official Unity tutorial (Unity, 2020), I wrote some code that made it so the bears disappear when the player enters their trigger. Eventually, I would like to create some UI that shows how many collectables you have picked up/how many you are yet to find, but in the meantime I am displaying it in the debug log (fig. 6) – which serves the same function. I would also like to create an effect when they are picked up, possibly a particle system or new sprite, to make it more visually satisfying than them just disappearing. I don’t yet know how to do this so I will have to look into it soon.
(Above, left) Figure 4: A teddy bear before being picked up. (Above, right) Figure 5: A teddy bear after being picked up. (Above, bottom) Figure 6: The message displayed in the debug log as a temporary replacement for UI.
Moving forward, I would like to continue to expand the level. I’m yet to decide whether or not to have multiple levels or one large, sprawling level. I think after some experimentation with level layout, I will have a better idea of what best suits the game.
This week’s GAM150 lecture was on character controllers and how they change dependant on the context of the game they are part of. While this is seems obvious to most people, there are many nuances and subtleties to this. For instance, Shadow of the Colossus‘ (2005) control scheme and camera positioning are all in service of making the player seem small and insignificant to the colossi and the desolate landscape they inhabit. This led me to increase the camera’s size so that the player character is smaller on the screen and players can see more of the environment. This solved some issues I had experienced where you were unable to see the platforms you are trying to jump onto.
Due to my computer issues I was unable to join this week’s Unity workshop unfortunately, so I’ll catch up with what was covered by going over the worksheets on Learning Space.
Soon, I would like to implement some UI to my game to display the number of bears found, as well as potentially adding a menu for when the player first loads up the game.
References:
Shadow of the Colossus. 2005. Team Ico, Sony Interactive Entertainment.
UNITY. 2020. ‘Collectable Objects’. Unity Learn [online]. Available at: https://learn.unity.com/tutorial/collectable-objects [accessed 6 November 2020].