CAGD 495 - Blog Post 6 - 4/24/2025
One of the first things that I was able to do this sprint was implement the animation triggers for the bots. Between the animators and I we discussed a way to make sure that animation stuff is all done with the same naming convention. That way I can do it once in the code and make it more easily set up between the bots. The only issue we have run into is the transform animation had something wrong on the animators' side, but I still finished implementing it so that all they have to do is add the fixed animation into unity. One of the next things that I worked on was making it so the players will enter sudden death when the timer runs out and having the timer say "Sudden Death" instead of a time. In the match timer script, we already had a bool that would be set to true when the timer ran out so all I had to do was make it so when that goes off the players will be respawned back to their spawn points with only 1 hp so that it is whoever hits...