Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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