Last updated: Sep 7, 2022

Introduction

The Notify Receiver Placeholder script helps us with catching all the Animation Events raised inside of our animations and not allow them to throw an error.

Without attaching this component to our character’s Animator GameObject we would not be able to run the game without getting errors due to the Animation Events not having a proper receiver. That’s why this little guy exists!

You can find the Notify Receiver Placeholder at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Animation\NotifyReceiverPlaceholder.cs