Reflex is an in-game Command-Line Interface and debug console for the Unity game engine, available in the Unity Asset Store.  It is designed to be highly extensible and flexible, while requiring minimal setup / integration with your game projects.

Basic Usage

Reflex allows you to mark almost any method, field, or property with a [ConsoleCommand] attribute, which will automatically allow access via the console, in-game.

Key Features

  • Simple setup and integration.
  • Intuitive Console Interface.
  • Easy to extend and add commands.
  • Turn almost any C# method, field or property into a console command.
  • Code excluded from release builds.
  • Full source code provided.

More Info

Contact

Please don’t hesitate to get in touch if you have any questions about Reflex, are unsure if it will work for your project or want to know how to extend it in some way. Similarly, let me know if you have any bugs, issues, feature requests or suggestions. For enquiries about ReflexCLI you can either:

Return to Site Home