Plugins/WagSettings/Support
WagSettings support

We'll help you get set up.

Real humans answer within 48h. Most questions are answered in the docs, which ship inside the package and live here too.

Installation·Unity 2022.3+·5 min read

From empty project to working menu

WagSettings is a UPM package. Import it, open the editor, run setup, press Play. The full walkthrough is in Getting Started; this is the short version.

1 · Install

  1. From the Asset Store: Window → Package Manager, switch to My Assets, Download, then Import.
  2. From a tarball: Package Manager → + → Add package from tarball… and choose the .tgz.
  3. Confirm it: Tools → WaggleBum → WagSettings is in the menu bar, and WAGGLEBUM_WAGSETTINGS is in your scripting defines.

2 · Run setup

Tools → WaggleBum → WagSettings → Setup. Tick the categories you want, pick UI Toolkit or uGUI, pick a store, watch the preview, press Generate. A profile, its settings and the menu land in Assets/WagSettings. The Summary page then lists the two or three things left to do by hand.

Want rebinding? Install the Input System package first — the Summary page has a button that opens it in the Package Manager. Without it, everything except the Controls category works.

3 · Press Play

The menu is in your scene and already saving. Reading a value from code is one line:

using WaggleBum.WagSettings;

float master = WagSettings.Get<float>("audio.master");

Something off?

Submit a new issue →