Wednesday 1 February 2012

Console System for Unity


This is a Console system similar to those available in Skyrim, Fallout and others. It allows you to call various methods that have been set up (at compile time) at runtime. Supports a couple default methods (Exit, Help, SetFov) which can be switched off at creation.

The current feature set is:
  • Works with Unity Free
  • Supports non-parameter methods
  • Supports single string (conversion to the correct datatype must be done by the method) parameter methods
  • Supports history of previously entered commands
  • Integrates into Unity's Debug system.
  • Supports 3 default methods (Help, Exit, SetFov)
  • Help method automatically displays all available commands and whether they require parameters
Version: 1.0
Source Code: C#
Unity Version: 3.4.1 Free
Price: $ 10
Asset Store Link

Inspector
In-game screen
Regards,
Garth

No comments:

Post a Comment