Danko Party Manager
Eastwing Studio
$5.00
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
5.0 |
11/09(2024) |
5.0 |
Jump AssetStore
Danko Party Manager is a solution for Unity providing simple tools to create and manage an in-game party (a group of game characters).
Features:
- You can create and configure the party in the Unity editor, or at runtime using the API.
- Flexible configuration of characters slots ("vacancies" in the terminology of DPM). Just add required components to a slot and DPM will automatically copy parameters of character’s same components.
- Expandability. DPM has a modular structure; each module can be disabled or replaced. It’s possible for the development of third-party modules (see the manual for the process of writing). All DPM modules are JS or C# scripts, no third-party libraries.
- Unlimited number of characters in the party;
Simplicity. In most cases, the party creates by several elementary actions. It’s management from the scripts is easy too.
- Harmonic participation in the game. Each party member is a full resident of the game world, having the same roleplay model that of the NPC, taking damage by the same rules, etc.
You are welcome to read the Online Manual
and API reference
Have a look at tiny demo