Advanced Command Console LITE
A lightweight dev console that runs both in editor and runtime.
by GIGA Softworks
Price History +
** This is the Lite version of the Advanced Command Console asset.
Full asset and details:
https://assetstore.unity.com/packages/slug/302438
----------------------------------------------------------------------------------
🟢 Included Features:
- 1-Click setup: Add the console to your game with just one click using the provided installation wizard.
- Custom Command Library: Build a library of commands to streamline debugging, testing, and feature implementation without modifying core code.
- Editor & Runtime Support: Easily create and manage scripts that can be executed in both the Unity Editor and at runtime.
- Fully Customizable Interface: Adapt the console’s appearance to match your game’s aesthetic.
- Built-In Autocomplete: Features an autocomplete function to speed up command entry and reduce errors.
- Legacy and New Input System Support: Compatible with both the legacy input system and Unity's new Input Package.
🔴 Not Included in the Lite Package:
- Automatically Generated GUI: Provides a robust, auto-generated interface, allowing commands to be executed without typing.
- Async Execution: Support for asynchronous command execution for background tasks.
- Command Browser: A dedicated window to manage your commands
- Inline Command Generation: Create commands directly from code using a special attribute over static methods.
- Code Packing: A special feature that allow to export commands in standalone files that can be shared between multiple projects