Penguin ARPG Toolkit
Penguin ARPG Toolkit is a powerful action game framework which provides a general solution for all kinds of combat-heavy games. To use this asset, you must have basic knowledge of Unity engine.
by patpat
Price History +
Who is it for?
Experience with the Unity Editor and fluency in C# are required to use this package. PAT is designed for users who want full freedom to create custom game-specific controls and actions while relying on a robust infrastructure. You’ll be expected to provide your own assets and write custom input, animation, and action modifier code.
Non-programmers are welcome to use PAT but it is designed for extensibility and customization.
How is it used?
You add a Character component, a Character Locomotion Base component, a Locomotion Motor component of your choice and a capsule collider or any other components required by your Motor to your Game Object. Then put your character model with ModelHandler component under your character Game Object, also drag LocomotionSets prefab and create your own action states as needed.