You can view where configured Unity Scripts, Unity Libraries, and imported assemblies are being used across OnBase.
You must be a Unity Administrator in order to view project usage.
- From the Manage Unity Projects window, select the Repository containing the project.
-
Select a Unity Script, Unity Library, or an Imported Assembly for which you want to view usage.
-
To view usage of a Unity Script or a Unity Library, select the Projects tab. On the Projects tab, select the script or library for which you want to view usage.
By default, all projects are shown. To show only unpublished projects, click the drop-down list and select Unpublished. To show deleted projects, select the Show Deleted Projects check box.
-
To view usage of an imported assembly, select the Imported Assemblies tab. On the Imported Assemblies tab, select the imported assembly for which you want to view usage.
By default, only the most recent versions of assemblies are shown. To show all versions, deselect the Show Active Assemblies Only check box.
-
-
Click the Script Usage button. The Script Usage window displays:
The Script Usage window allows you to locate where in OnBase a selected Unity Script, Unity Library, or imported assembly is currently used.
-
For a Unity Script, the dialog displays the locations where the selected script is used. If the script is not used, None is displayed.
-
For a Unity Library, the dialog displays the Unity Scripts that reference the selected library. If the library is not referenced, None is displayed.
-
For an Imported Assembly, the dialog displays the Unity Scripts and Unity Libraries that reference the assembly. If the assembly is referenced in a library, scripts that reference the library are displayed in a tree structure below the library. If the assembly is not used, None is displayed.
-