By Greg Lyons ยท 2/28/2022
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 fx sub
for visual effects and action sfx sub
for sound effects. See the first example.action sub-example
, showing how to use the Action Character namespace and override methods for custom actions. Create your own class.hit giver
and hit taker
, explaining how to manage damage interactions. Explore hitbox interactions.damage fx
and freeze frame sub
, showcasing how to implement custom effects upon damage. Check out damage effects.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.