Menu

Mastering Action Character Extensions in Unity

By Greg Lyons ยท 2/28/2022

๐Ÿ‘€ 72 views๐Ÿ‘ 2 likes๐Ÿ’ฌ 1 commentsโญ 0 favorites

Key Points

  • Learn how to extend Action Character with custom scripts.
  • Explore examples of action subscriptions and hitbox interactions.
  • Understand how to override base classes for custom functionality.

Introduction

In this video, the presenter discusses how to add custom code to the Action Character system in Unity, focusing on system extensions. Watch the introduction.

Action Subscriptions

  • The video begins with an overview of action subscriptions, explaining how to override the base Mono class for actions that begin and end. Learn about action subscriptions.
  • Two examples are provided: action fx sub for visual effects and action sfx sub for sound effects. See the first example.

Custom Class Creation

  • The presenter demonstrates creating a custom class, action sub-example, showing how to use the Action Character namespace and override methods for custom actions. Create your own class.

Hitbox Interactions

  • The video also covers hitbox subscriptions, including hit giver and hit taker, explaining how to manage damage interactions. Explore hitbox interactions.
  • Examples include damage fx and freeze frame sub, showcasing how to implement custom effects upon damage. Check out damage effects.

Conclusion

The video concludes with a summary of how to extend the Action Character system using custom scripts and the importance of overriding base classes for tailored functionality. Watch the conclusion.

You Might Also Like