Skip to content

SearchBarManager

SuitIThub edited this page Jun 23, 2026 · 3 revisions

SearchBarManager

DLL: HS2Sandbox.SearchBarManager.dll · GUID: com.hs2.sandbox.searchbarmanager · Game: HS2 only

Injects search fields onto long Studio UI lists (wear categories, custom lists, etc.) so you can filter items instead of scrolling.

Table of contents

  1. How it works
  2. Configuration
  3. Typical use
  4. Troubleshooting

How it works

  • No sidebar button — bars appear automatically on matched Studio panels
  • MultiPathSearchBarManager polls configured UI paths (~1 second interval)
  • Supports flat lists and hierarchical category trees

Configuration

BepInEx config section Search BarsAdditional Parent Paths

  • One Unity GameObject path per line

Example paths depend on your Studio version and UI mod stack — add paths to parent containers of lists you want searchable.

Typical use

Install alongside other split modules — SearchBarManager has no sidebar button and does not duplicate any other module's feature.

Do not load the SearchBarManager DLL twice.

Troubleshooting

Issue Fix
Bar missing UI hierarchy changed — update Additional Parent Paths
GameObject.Find fails Path wrong; check log; verify exact hierarchy name

Navigation: ← Timeline commands · SearchBarManager · Next: Son Scale →

Clone this wiki locally