NoaDebuggerNoaDebugger
  • 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
  • About the Processes NOA Debugger Executes for the Application

About the Processes NOA Debugger Executes for the Application

Explains various processes that NOA Debugger performs on the application.

Common

Processes Executed at the Time of Application Build

It creates a link.xml that contains a list of classes that inherit from DebugCategoryBase or NoaCustomMenuBase.

The generated link.xml is deleted after the build is completed, so no difference occurs.

iOS

Processes Executed at the Time of Application Build

It sets the following values to be enabled in Info.plist:

  • LSSupportsOpeningDocumentsInPlace: Displays the application's Documents folder on the standard Files application.
  • UIFileSharingEnabled: Allows the user to share files on the application's `Documents folder.

Processes Executed on the Application's Runtime

Application.persistentDataPath will be excluded from iCloud backup.

Web

Processes Executed on the Application's Runtime

During RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad), the following operations are performed:

  • Add the tabIndex attribute to the unity-canvas element
  • Attach a touchstart event listener that sets focus to the unity-canvas element

Related Features

  • DebugCommand
  • Adding Custom Menus
  • About Download