Enabling Dev Tools - Unity Client - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Unity Client

Platform
OnBase
Product
Unity Client
Release
Foundation 23.1
License
Essential
Premier
Standard

Dev Tools are a set of web developer tools built into browsers compatible with WebView2 that can be used to debug and edit web pages.

To enable access to Dev Tools using a keyboard shortcut:

  1. Locate the obunity.exe.config file. The default location for this file is C:\Program Files (x86)\Hyland\Unity Client.
  2. Open the obunity.exe.config file in a plain text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. In the <appSettings> node, add <add key="enableDevTools" value="true" /> .
  4. Save and close the obunity.exe.config file.
  5. Recycle the application pool for these changes to take effect.