Easy Command Kit Pro- Fantastic sequenced command executing tool
Easy Command Kit Pro - Easiest sequenced command executing tool based on Command Design Pattern

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $4.99
- Category:
- Templates › Tutorials
- Developer:
- 18KFun Game
- Price:
- $4.99
- Favorites:
- 22
- Supported Unity Versions:
- 2019.4.27 or higher
- Current Version:
- 1.0.0
- Download Size:
- 500.81 KB
- Last Update:
- Aug 27, 2022
- Description:
What’s it?
Easy Command Kit is a powerful but easy to use tool for executing sequenced commands in Unity base on the Command Design Pattern. (This link explains the concepts.)
This tool helps to turn a [method call] into a piece of [data] - an object called [command]- which can be stick in a variable, pass to a function, etc. Further more you can use the command at any time, in any place, by any order as you want!
You can use it not only on a simple painting game’s undo & redo but also on a detailed match 3 game’s drop & operate & match or even on a complex turn-based RPG game’s battle easily!
From this package, you’ll get:
- A really simple to use and high performance tool for executing sequenced commands.
- A powerful tool turns [method call] into [data] which will make your work easier.
- Full C# source code witch is easy to use and easy to be extended.
- Powerful debug toolkit to help you visualizing the command’s executing information.
- Compatible to all Platforms Unity support, of cause can be used on mobile.
- Easy to understand demos provided.
- An example of a [Pixel Art Board] which can pick up colors to paint a pixel art work , to show how to undo and redo any user’s operations using commands.
- An example of an [Auto played Match 3 Board] which can play drop & auto switch & match step by step, to show how to accomplish complex interactions with commands.
- An example the same as [Auto played Match 3 Board] using [Easy Pool Kit] to show how to use pools to improve the performance of massive commands.
- Technical Details:
Support any platform unity supports including all mobile platforms.
Here's an online game example which is made by this tool within 48 hours.
- Continue »