NoaDebugger v1.5.0NoaDebugger v1.5.0
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.0
Demo
Contact
Buy
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.0
Demo
Contact
Buy
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • 日本語
  • English
  • Tool Settings

Tool Settings

NOA Debugger provides a method to change the tool settings.

Tool setting changes are made using the NOA Debugger Editor. The NOA Debugger Editor can be launched by selecting Window -> NOA Debugger in the Unity menu.

Various settings can be changed in the [Settings] tab in EditorWindow. For how to save settings, please refer to Save NOA Debugger Settings described later.

editor-window-open

Common Functions

[Reset] Button

In some functions, you can reset the settings to the default values specified by NOA Debugger by pressing the [Reset] button.

Setting Whether to Automatically Initialize the Tool

You can set whether to automatically initialize the tool.

loading

By operating the checkbox, you can change whether to initialize automatically.

Note: If the box is unchecked, the initialization will not be performed.

If you do not automatically initialize, please initialize using the API.

Please refer to this document for the API.

Changing the Display Settings of NOA Debugger

You can change the settings related to the display of NOA Debugger.

display

ItemDescription
Start button positionSpecifies the position of the NOA Debugger start button.
Options include: Upper Right, Upper Left, Upper Center, Middle Right, Middle Left, Lower Right, Lower Left, Lower Center.
Start button scaleSpecifies the scale of the NOA Debugger start button in the range of 0.5 to 1.
Start button movement typeSpecifies whether the NOA Debugger start button is draggable or fixed.
Options include: Draggable, Fixed.
Save start button positionSpecifies whether to remember the position of the NOA Debugger start button when it is moved by dragging. If enabled, the button's position will be retained on the next startup.
Start button opacitySpecifies the opacity of the NOA Debugger start button in the range of 0 to 1.
Background opacitySpecifies the opacity of the NOA Debugger background in the range of 0.1 to 1.
Floating window opacitySpecifies the opacity of the floating window in the range of 0.1 to 1. The recommended value is 0.2 to 0.7.
Canvas sort orderSpecifies the SortOrder of the NOA Debugger Canvas.
Optimize UI for portraitOptimizes the display order of the NOA Debugger's UI elements for mobile devices when displayed in portrait orientation. If this setting is enabled, some UI elements are arranged in reverse order from the bottom to the top of the screen, allowing for easier access from the bottom of the screen.

Changing the Font Asset in Use

You can set the font asset to be used by the tool.

font

ItemDescription
Custom font settings enabledSpecify whether to change the font asset to be used. Other font settings will be displayed only when this flag is on.
Font assetSpecify the font asset to be used by the tool. Note: Specify the font included within the application.
Material presetSpecify the material to be used.
Font size rateSpecify the font size multiplier.

If a "Font asset" is specified, the font asset included with NOA Debugger is excluded at build time.

If the character size changes due to the font asset and the layout is disrupted, please adjust the value of "Font size rate".

If you want to use a font that is not included within the application, you can apply the font at runtime.

For how to apply fonts at runtime, refer to the "SetFont" in the APIs.

Changing the Display Order and Visibility of the Menu

You can set the order and display of the menu to be shown after the tool is launched.

menu

By manipulating the drag handle on the left of the menu element, you can change the display order of the menu.

Note: Elements are displayed in the order from the top. The first element is the menu to display first when the tool is launched.

By operating the checkbox on the menu element, you can change the display/hide of the menu.

Note: If it is not checked, it is hidden.

Adding/Removing Custom Menus

For more details on the custom menu, please refer to Adding Custom Menus.

custom-menu

Custom menus are added using the following steps:

  1. Press the [+] button to add a list.
  2. In the Script field, set the class you created by inheriting NoaCustomMenuBase.

By manipulating the drag handle on the left of the menu element, you can change the display order of the menu.

Note: Elements are displayed in the order from the top. The first element is the menu to display first when displaying the custom menu.

To remove the added menu, you can follow these steps:

  1. Select the menu you want to delete.
  2. Confirm that the selected list is highlighted, and press the [-] button.

Changing the Number of Logs Retained

You can change the number of logs to keep by dragging the slider left or right or by directly entering a number in the input field.

log

ItemDescription
Console log countSpecify the number of logs to be retained in ConsoleLog in the range of 99 to 999.
Note: The logs to be retained are for each log type.
API log countSpecify the number of logs to be retained in APILog in the range of 99 to 999.
Note: The logs to be retained are for each log type.

Changing the Number of Display Levels of Object Details in Hierarchy

You can change the number of display levels of Object details by dragging the slider left or right or by directly entering a number in the input field.

hierarchy

ItemDescription
Hierarchy levelsSpecify the number of levels to display in the range of 1 to 10.
Please note that the deeper the levels, the more processing load will occur during the search.

Setting the Display Format of Debug Command

You can change the display format of debug command for each screen orientation.

debug-command

ItemDescription
Landscape formatSpecify the display format for landscape orientation.
Portrait formatSpecify the display format for portrait orientation.
FormatDescription
PanelThis is a format that displays commands based on screen width and the length of values and names used in commands.
ListThis is a format that displays commands vertically.

Changing the Display Settings of UI Elements

You can change the settings related to the display of UI elements.

For details about UI elements, refer to NoaUIElement.

ui-element

ItemDescription
Apply safe areaTurning on this option adjusts UI elements to fit within the safe area.
Note: This applies when positioning with AnchorType.
PaddingSets the padding when positioning UI elements.
Note: This applies when positioning with AnchorType.

Set the Game Speed Change Behavior

You can set the game speed change behavior.

game-speed

ItemDescription
Apply game speed changeTurning on this option allows you to change the game speed by NOA Debugger.
NOA Debugger will change the game speed by changing the value of Time.timeScale.
Game speed incrementThe amount the game speed changes each time you click the game speed change button.
It can be set in the range of 0.1 to 1.0 in increments of 0.1, and the default is 1.0.
Max game speedSpecifies the maximum game speed that NOA Debugger can set.
It can be set in the range of 1.0 to 5.0 in increments of 0.1, and the default is 3.0.

Setting Shortcut Keys

You can execute some of the APIs provided by the tool using shortcut keys.
While default shortcut key settings are provided, you can customize them as needed.
Settings are managed by keycodes, so due to differences in keyboard layout settings, the same key may not be recognized correctly.

setting-shortcut-keys

ItemDescription
Enable all shortcutsWhen this option is turned off, all keyboard shortcuts are disabled.
The default setting is ON.
Shortcut commandsThe list of shortcut commands.
For more details on each command, please refer to the information below.

Shortcut Command List

ItemExecution DetailsDefault keyboard shortcut
ToggleDebuggerOpens the last menu displayed in the tool. Running it again closes the menu.Alt + Shift + D
ToggleFloatingWindowToggles the visibility of the floating window.Alt + Shift + F
ToggleTriggerButtonToggles the visibility of the trigger button.Alt + Shift + S
ToggleUIElementsToggles the visibility of UIElementsAlt + Shift + E
ToggleAllUIToggles the visibility of all NOA Debugger UI elements.Alt + Shift + X
ResetApplication (Hold)Transitions to the application's initial scene.
Only works with a long press.
Alt + Shift + R
CaptureScreenshotTakes a screenshot.Alt + Shift + C
TogglePauseResumeToggles between game pause and resume.Shift + Space
DecreaseGameSpeedDecreases the game speed.
Long-pressing sets the speed to its minimum value.
Alt + Shift + J
IncreaseGameSpeedIncreases the game speed.
Long-pressing sets the speed to its maximum value.
Alt + Shift + K
ResetGameSpeed (Hold)Resets the game speed to its default value.
Only works with a long press.
Alt + Shift + L
CustomAction1-4Executes the actions registered to the controller's F1-F4 buttons.
If a long-press action is set, it will be executed when long-pressed.
Alt + Shift + 1-4

List of Configurable Modifier Keys

This is the list of available modifier keys.

Modifier keys configured on other operating systems will be replaced with the corresponding keys.

Shortcuts that press multiple modifier keys simultaneously can also be set.

WindowsMac
CtrlCommand
AltOption
ShiftShift

Note: The control key on macOS is not supported for shortcut registration.

Other Settings

You can change some other settings of NOA Debugger.

others

ItemDescription
Auto create EventSystemSpecify whether to automatically create an EventSystem if it does not exist at runtime. Turning off this option will not automatically create an EventSystem. If EventSystem does not exist, NOA Debugger's UI will not work.
Error notificationYou can select the error notification display format from the following options:
- Full: The start button blinks and then stays lit in case of an error. This is the default setting.
- Flashing: The start button only blinks in case of an error, it does not stay lit.
- None: Error notifications are disabled, and the start button neither blinks nor stays lit.

Saving NOA Debugger Settings

You can configure whether to automatically save various settings of the NOA Debugger.

Save Settings

Element NameDisplay Information
Auto saveSpecifies whether to automatically save settings when they are changed.
By default, this is enabled, so settings are automatically saved when changed.
SaveDisplays the [Save] button when settings are changed and Auto save is off.
Clicking the [Save] button will save the settings.