Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 440 Bytes

File metadata and controls

15 lines (10 loc) · 440 Bytes

UI Menu System Template

A UI Toolkit-based menu system with main menu and settings panel.

Scripts

  • MenuManager.cs - Main menu controller with UI Toolkit
  • SettingsManager.cs - Audio and graphics settings with PlayerPrefs persistence

Setup

  1. Create UXML layouts for main menu and settings
  2. Add a UIDocument to your menu scene
  3. Attach MenuManager and SettingsManager
  4. Wire up button names to match the C# queries