Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Played through the game and got a final score of 5333. The graphics conveyed the mood/tone of the game pretty well, I was a little spooked at first. I especially liked it when everything turned red and when the tornado spawned.

I think there was a lot going on within the game and it's definitely difficult to fit everything in within the jam's time period. Camera, for instance, is deceptively difficult to get right. I would suggest trying out Cinemachine and following some of the talks/tutorials to help you get a good grasp of what it does.

The zombie attack animation looks like it's transitioning into the same state over and over. Not sure how your animation controller is set up, but it looks like the attack animation is never fully played out, because it keeps restarting from transitioning to the same state over and over again. https://answers.unity.com/questions/1568474/animator-what-does-can-transition-to...

(+1)

tanatb


ty for giving the game a go.  Agreed, there was some polish work that needed to be done, and those 2 points are on the list to be fixed.  But well time...  Cinemachine was giving me tracking issues that after a couple of hours I decided to move onto other things to get the game to the end.  The animation controller / AI state needed some work.  It gets stuck in that state because the blendtree uses velocity to decide the action and the zombies do not hit the minimum velocity to do something else, Needed to create a new medium state (to make a transition clearer) and then well time.

Ah yea, Cinemachine definitely has a learning curve. Definitely suggest a different side project going through all the settings to actually understand what you're doing (and maybe studying a guide or their samples).

(+1)

I have used Cinemachine for story telling/video making.  This was my first 3D shooter, UMA was a learning curve, I thought I had Cinemachine in the bag, then I discovered I didn't.