Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
GUI
This content is hosted by a third party provider that does not allow video views without acceptance of Targeting Cookies. Please set your cookie preferences for Targeting Cookies to yes if you wish to view videos from these providers.
1/6
Unity UIElements Expansions is an asset series that extends Unity's UIElements.
This asset primarily adds the following features to the UnityEditor:

1. Tabs Component
You can install tab components that you often see on websites and apps.
In combination with templates and routing paths (UIElements Expansions: Router must be deployed),
you can switch between tabs.
You can use TabGroup tags to enclose Tab tags, as shown below. By doing this, Tabs under TabGroup are grouped,
and when a tab is clicked and activated, other tabs become inactive automatically.

<engine:TabGroup>
  <engine:Tab text="Tab 1" path="Template or Routing path" />
  <engine:Tab text="Tab 2" path="Template or Routing path" />
</engine:TabGroup>

2. Accordion Component
You can install the accordion components that you often see in tutorials and descriptions on websites.
To use it, surround the Accordion tag with the AccordionGroup tag:
This way the Accordion under the Accordion Group is grouped
and automatically deactivates the other tabs when the Accordion is activated.
An accordion control can be a BindableButton, for example.
Activate the accordion when the button is clicked by specifying show in the control attribute
and the name of the accordion you want to activate in the target attribute.
An Accordion tag can contain UXML tags directly beneath it.
You can also use template to make use of external UXML.

<engine:AccordionGroup>
  <editor:BindableButton text="Show Accordion 1" control="show" target="acc1" />
  <engine:Accordion name="acc1">
    Accordion Contents
  </engine:Accordion>
  <editor:BindableButton text="Show Accordion 2" control="show" target="acc2" />
  <engine:Accordion name="acc2">
    Accordion Contents
  </engine:Accordion>
</engine:AccordionGroup>

3. UIElements Expansions Common Features
In addition to the above, common useful tags and functions are provided.
Please see the following page for details.
https://mathru.net/dev/2bc0412083e5456c863ae98119cf80b1


Unity Asset Store legal and license information:
http://unity3d.com/legal/

Installation and Usage
https://mathru.net/dev/2960f963603542ddbe1d2bfd776fba7a

UIElements Expansions: Tabs / Accordion

(not enough ratings)
19 users have favourite this asset
(19)
$9.99
Seat
1
Updated price and taxes/VAT calculated at checkout
13 views in the past week
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR