Pixel Perfect Adventures
This is a test project I upgraded to test specific packages.
This is an old project Unity 2019.2? It was created to test the pixel perfect camera package. I expanded it to cover 2D lighting and the new input system. This project started off a scenario test week project by another team. Scenario test weeks are a week in production when teams stop dev work as use their features and Unity. The main objective of STW is to gain Unity knowledge, find annoying/bad workflows and bugs!
The project was in a good state but very basic. I thought it would be a good candidate for some of upcoming packages we needed to test.
I decided to give it a bit of a facelift. I updating the main menu with better graphics, animations, sound and 2D lighting.
I didnt want to jump straight to changing gameplay. I thought i could add 2D lights and a cinemachine camera to the main menu. Then leverage those packages to come up with a more professional looking menu.
All the menu art was created with Affinity Photo/Designer. I used additional free unity assets. The music is free game music from Music: Eric Skiff
Packages used
- 2D Pixel Perfect
- 2D Lighting
- Input System
- Cinemachine
- PackageManager UI
- TextMesh Pro
- Universal Render Pipe
- Test Framework
- Post Processing Stack for Universal
I wrote automated tests for this project too. For the moment the test cover the main menu. As i finish more of the overground levels i'll be adding more tests, starting with the input system.
So did this project catch any bugs?
Yes, it's caught issues with 2D lightings just before release. Just today (16/10/2020) it's caught an issue with touch input on the new input system. I could go into the bug database and find a total. Off the top of my head I'd say so far this projects caught around 7 bugs. Not a lot you say, true, bbut the bugs caught here where found at the end of production. These features where thought to be ready, turns out when you use them in a real world scenario they wern't.
Was it worth it?
Very much yes, for a few reasons. Creating projects can be time consuming, usually, in the beginning, not very tangable. You can see a chart of fails, and when someone walks past your computer it just looks like your making games. Our buisness is to help others make games, so we should test our products in the same way. Make a game. Easier said than done. It's hard to make time for when you are under a time constraint, dividing that up to feature work and bug fixes..
There is also the knowledge benifits. I now have a better idea of how those features work and are intergrated. I can better understand and help customers when they run into issues. It's not always about bugs, but being in a position to help others or help the feature improve.