top of page

AnimNotifiers to Control Game Logics

Writer's picture: Lee Choon Meng (Xynan)Lee Choon Meng (Xynan)

In the development of our Final Year Project game, Cyberstryke. The logics and animations are separated and are controlled by booleans, e.g. bool isAttack for processing the attack logic and bool isPlayAttackAnim for playing the attack animations.


However, one of my senior, Desmond Pang, pointed out that the attack logics can be embedded into the animations using AnimNotifier States. Through this process, we can minimize the amount of booleans used and ultimately time the attack correctly.


Credits to Desmond Pang. Thank you for pointing out this.


7 views0 comments

Recent Posts

See All

Unreal + Jenkins DevOps: Zero To Hero

How many times have wasted precious time pushed out a faulty build due to some configuration Boolean changed for testing purposes? Or...

Unreal Automated Testing

As a Unreal video game developer, I can guarantee one of the most frustrating things in developing a game is the build you have cooked...

Comments


2020 by Xynan Lee.

  • LinkedIn
  • Instagram - Black Circle
bottom of page