Easy Command Kit Pro- Fantastic sequenced command executing tool

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.