Posts

Showing posts from April, 2023

April 8 Update

 There's still a few weird bugs, but the shapecast replacement for attacks work now, as does the shapecast for ground detection (and it slips on enemies as well). I added a bunch of particle effects to Sera's attacks and still need to recreate some of Rhys. At the very least I'm moving forward now instead of focusing on porting. I also tweaked how the animated texture for the slash attack works. A few animations were recreated to not be garbage.

April 2 Update

Some new animations to replace the older and jankier ones. Still fixing up a few things like changing the old attack areas to shapecasts. Since these are more sensitive I'd like to try disabling them when characters are out of range in order to try to optimize. Right now there's no slowdown with just two entities (player and boss) but I don't know what'll happen once I have 10ish enemies on screen at once, and not all of them need to be sweeping with the shape when out of range. Still some small issues, the raycast for enemy sliding isn't working so well so I might have to change to shapecast for that too and there's some weirdness with the homing attacks as well as the scene slow and camera shake is either weak or isn't working. Sword particle effects are back in as are some gauntlet ones. I just replaced gauntlet 1 and 2 so I'll be putting particle effects back in for those and working on some for Sera. I'll probably get back to sound effects creat...