Feedback and power
|
This week I have design, code in and implemented a feedback system with a particle system for when an enemy gets hit by our power-up bullets. I have done this with the help of art provided to me by our artist Felipe and googling ways to code this in into unity. This was also done with much trial and error from my part as I am not a programmer. The way the code works is just by instantiate a specific game object that I made with the particle system that already exists in unity. There is already code before I did this that will delete that enemy after it is hit by the power-up projectile.
I had to take the sprite art that Felipe made for me and make it a material and add that to the particle system renderer. This in turn made it so that it would play after the enemy was hit by the power-up projectile.
Why I did this was to help with some of the stuff that we had gotten back from the latest playtest. This was about the feedback from the power-up. As we wanted the player to feel powerful when using the power-up the idea of adding in a big effect for kills with this weapon felt like the way to go from a design point of view. As this would provide the player with a visible feedback on a kill that they made. Doing it in this way also made it so that we did not really have to change the way the power-up worked as some of the comments we got where: “It does not seem that powerful” and other comments in that manner. Instead of adding a AOE damaging bullet or some other type of effect like that. That would have taken too much effort to rebalance the game and many new lines of code. At first when I worked on the new feedback system I was just using a small blood sprite that Felipe had made for me but this was something that felt a bit to small so I asked for some more art specifically some fish bones to “spice up” the effect. By adding in this small extra particle effect as part of the first on the effect became much more visceral and satisfying.
This was all in all a productive week. |


