December 20, 2025
Groups Visibility Feature BETA
New Show/hide Group objects in your Spline scenes with interactive controls.
- Group Detection — Automatically scan scenes for Group-type objects
- Display Formats — Choose between Radio buttons, Select dropdowns, or Checkboxes
- Group Sets — Create exclusive selection groups (show one, hide others)
- Default Visibility — Configure which groups are visible by default
- Full Embed Support — Group controls work in all embed formats
// New API methods
SPC.setGroupVisibility('Variant_A', true);
SPC.showExclusiveGroup('variants', 'Variant_B');
SPC.getGroupStates();