Aplos Console
Welcome to the official documentation for Aplos Console — an in-game developer console for Unity.
Contents
Guides
- Getting Started — installation, setup, and your first command.
- Adding Commands — authoring, registering, and pre-loading console commands.
- Setting up Input — wiring device input into the console and configuring the components that drive it.
- Using the Console — a tour of the runtime console and how you interact with each part.
- Using the Settings — exposing fields so the settings system can track, persist, and restore them.
- Changelog — release history and version notes.
- About — overview, credits, and licensing.
API reference
- Console — AplosConsole, AplosConsoleCommandConstructor, Interfaces
- Window — AplosWindowManager, AplosWindowRequest, AplosWindowSettings, Interfaces
- Command System — AplosCommandConfiguration, AplosDebugCommand, Interfaces
- Color Picker — AplosColorPalette, AplosColorPickerView, Interfaces
- Settings — AplosSettingsManager, DebugSettingsScanner, Interfaces
- Attributes — DebugSettingAttribute, DebugGroupAttribute
- Input — AplosInputManager, AplosConsoleInputAdapterBase, DebugInputActionMapper, Interfaces
- Overview Log — OverviewLoggerView, Interfaces